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
|
2013-04-08 17:30:52 +04:00
|
|
|
|
2013-12-16 20:05:31 +04:00
|
|
|
# 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
|
|
|
|
2013-12-16 20:05:31 +04:00
|
|
|
# Do not index plugins
|
2013-09-27 17:52:36 +04:00
|
|
|
src/mibew/plugins/*
|
|
|
|
!src/mibew/plugins/.keep
|
2013-12-16 20:05:31 +04:00
|
|
|
|
|
|
|
# Do not index custom locales
|
|
|
|
src/mibew/locales/*
|
|
|
|
!src/mibew/locales/en/
|
2014-01-30 13:09:15 +04:00
|
|
|
|
|
|
|
# Do not index composer files
|
|
|
|
src/composer.phar
|
|
|
|
src/composer.lock
|
|
|
|
|
|
|
|
# Do not index third-party libraries
|
|
|
|
src/mibew/vendor
|
2015-03-23 19:42:32 +03:00
|
|
|
src/mibew/js/vendor
|
2014-08-04 17:53:18 +04:00
|
|
|
|
|
|
|
# Do not index node.js modules that are used for building
|
|
|
|
src/node_modules
|
2021-01-29 20:04:26 +03:00
|
|
|
src/package-lock.json
|
2014-08-08 16:20:44 +04:00
|
|
|
|
|
|
|
# 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
|
2014-08-08 16:20:44 +04:00
|
|
|
|
|
|
|
# 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
|