mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			508 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			508 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # MacOS
 | |
| .DS_Store
 | |
| 
 | |
| # Bootstrap
 | |
| app/bootstrap*
 | |
| 
 | |
| # Symfony directories
 | |
| vendor/*
 | |
| */logs/*
 | |
| */cache/*
 | |
| web/uploads/*
 | |
| web/bundles/*
 | |
| 
 | |
| # Configuration files
 | |
| app/config/parameters.ini
 | |
| app/config/parameters.yml
 | |
| Tests/Fixtures/App/config/parameters.yml
 | |
| 
 | |
| #composer
 | |
| composer.lock
 | |
| #sass-cache
 | |
| Resources/assets/gumpy/.sass-cache
 | |
| Resources/public/stylesheets/sass
 | |
| *~
 | |
| 
 | |
| Resources/.sass-cache/
 | |
| Resources/bower_components/
 | |
| Resources/node_modules/
 | |
| 
 | |
| /nbproject/private/
 | |
| 
 | |
| # Yarn lock
 | |
| Resources/package-lock.json
 | |
| Resources/yarn.lock
 |