23 lines
		
	
	
		
			505 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			505 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# .gitignore generated by Hourglass
 | 
						|
# For more information on what files should be excluded from version control,
 | 
						|
# see <https://docs.godotengine.org/en/stable/getting_started/workflow/project_setup/version_control_systems.html#files-to-exclude-from-vcs>
 | 
						|
 | 
						|
.import/
 | 
						|
export.cfg
 | 
						|
exports/*.apk
 | 
						|
exports/*.exe
 | 
						|
exports/*.pck
 | 
						|
exports/*.x86_64
 | 
						|
exports/*.zip
 | 
						|
exports/web/
 | 
						|
 | 
						|
# Exclude imported translations
 | 
						|
*.translation
 | 
						|
 | 
						|
# Mono-specific
 | 
						|
.mono/
 | 
						|
data_*/
 | 
						|
 | 
						|
# Don't include those pesky .DS_Store files on macOS
 | 
						|
.DS_Store
 |