mirror of
				https://github.com/Mibew/mibew.git
				synced 2025-10-31 18:41:10 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # IDE folders
 | |
| .idea
 | |
| 
 | |
| src/mibew/install/package
 | |
| src/absent_*
 | |
| src/release*
 | |
| src/upload*
 | |
| src/*.po
 | |
| 
 | |
| # Do not index actual configuration files
 | |
| src/mibew/configs/config.yml
 | |
| src/tests/server_side/mibew/libs/config.php
 | |
| 
 | |
| # Do not index avatars
 | |
| src/mibew/files/avatar/*
 | |
| !src/mibew/files/avatar/.keep
 | |
| 
 | |
| # Do not index cache files
 | |
| src/mibew/cache/*
 | |
| !src/mibew/cache/.keep
 | |
| !src/mibew/cache/.htaccess
 | |
| 
 | |
| # Do not index plugins
 | |
| 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
 | |
| 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
 | |
| src/mibew/styles/pages/*/templates_compiled/client_side/*
 | |
| !src/mibew/styles/pages/*/templates_compiled/client_side/.keep
 |