mibew/.gitignore

56 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-03-23 16:11:39 +03:00
# IDE folders
.idea
2013-09-27 17:52:36 +04:00
src/mibew/install/package
src/absent_*
src/release*
2017-11-12 04:39:03 +03:00
src/upload*
src/*.po
# Do not index actual configuration files
2014-07-09 13:14:26 +04:00
src/mibew/configs/config.yml
2013-09-27 17:52:36 +04:00
src/tests/server_side/mibew/libs/config.php
2013-04-08 17:36:10 +04:00
2014-05-22 16:54:13 +04:00
# Do not index avatars
src/mibew/files/avatar/*
!src/mibew/files/avatar/.keep
2014-09-24 17:04:37 +04:00
# Do not index cache files
src/mibew/cache/*
!src/mibew/cache/.keep
2015-03-20 16:24:18 +03:00
!src/mibew/cache/.htaccess
2014-09-24 17:04:37 +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/
# Do not index composer files
src/composer.phar
src/composer.lock
# Do not index third-party libraries
src/mibew/vendor
src/mibew/js/vendor
# Do not index node.js modules that are used for building
src/node_modules
src/package-lock.json
# Do not index compiled js files of the core
src/mibew/js/compiled/*
!src/mibew/js/compiled/.keep
# Do not index compiled files of chat styles
2021-03-17 15:00:50 +03:00
src/mibew/styles/chats/*/templates_compiled/client_side/*
!src/mibew/styles/chats/*/templates_compiled/client_side/.keep
src/mibew/styles/chats/*/js/compiled/*
!src/mibew/styles/chats/*/js/compiled/.keep
# Do not index compiled files of page styles
2021-03-17 15:00:50 +03:00
src/mibew/styles/pages/*/templates_compiled/client_side/*
!src/mibew/styles/pages/*/templates_compiled/client_side/.keep