mibew/.gitignore

24 lines
456 B
Plaintext
Raw Normal View History

2013-09-27 17:52:36 +04:00
src/mibew/install/package
src/absent_*
src/release*
# Do not index actual configuration files
2013-09-27 17:52:36 +04:00
src/mibew/libs/config.php
src/tests/server_side/mibew/libs/config.php
2013-04-08 17:36:10 +04:00
# Do not index plugins
2013-09-27 17:52:36 +04:00
src/mibew/plugins/*
!src/mibew/plugins/.keep
# Do not index custom locales
src/mibew/locales/*
!src/mibew/locales/en/
!src/mibew/locales/names/
# Do not index composer files
src/composer.phar
src/composer.lock
# Do not index third-party libraries
src/mibew/vendor