* Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			291 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			291 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# Composer files
 | 
						|
composer.phar
 | 
						|
vendor/
 | 
						|
 | 
						|
# Local configs
 | 
						|
config/autoload/*.local.php
 | 
						|
 | 
						|
# Binary gettext files
 | 
						|
*.mo
 | 
						|
 | 
						|
# Data
 | 
						|
data/logs/
 | 
						|
data/cache/
 | 
						|
data/sessions/
 | 
						|
data/tmp/
 | 
						|
temp/
 | 
						|
 | 
						|
#Doctrine 2
 | 
						|
data/DoctrineORMModule/Proxy/
 | 
						|
data/DoctrineORMModule/cache/
 | 
						|
 | 
						|
 | 
						|
# Legacy ZF1
 | 
						|
demos/
 | 
						|
extras/documentation
 |