forked from hertog/godot-module-template
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			342 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			342 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # ---> SCons
 | |
| # for projects that use SCons for building: http://http://www.scons.org/
 | |
| .sconsign.dblite
 | |
| 
 | |
| # When configure fails, SCons outputs these
 | |
| config.log
 | |
| .sconf_temp
 | |
| 
 | |
| engine/.github
 | |
| project/.godot
 | |
| build/PROJECT.pck
 | |
| build/PROJECT.x86_64
 | |
| build/PROJECT.exe
 | |
| build.zip
 | |
| 
 | |
| *.o
 | |
| compile_commands.json
 | |
| .tree.hash
 | |
| .cache
 | |
| .kdev4
 | |
| *.kdev4
 | |
| *__pycache__
 |