40 lines
		
	
	
		
			311 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			311 B
		
	
	
	
		
			Plaintext
		
	
	
	
| # Build folders
 | |
| build/
 | |
| output/
 | |
| 
 | |
| x64/
 | |
| Debug/
 | |
| Release/
 | |
| 
 | |
| # CMake folders
 | |
| /cmake-build-release/
 | |
| /cmake-build-debug/
 | |
| 
 | |
| # Application folders
 | |
| .vs
 | |
| .idea
 | |
| 
 | |
| # vs2010
 | |
| ipch/
 | |
| *.opensdf
 | |
| *.sdf
 | |
| *.suo
 | |
| 
 | |
| *.user
 | |
| *.lnk
 | |
| 
 | |
| # NuGet packages
 | |
| packages/
 | |
| 
 | |
| !*.dll
 | |
| !*.lib
 | |
| 
 | |
| # Resources bin
 | |
| *.aps
 | |
| 
 | |
| # Mac cache files
 | |
| .DS_Store
 | |
| 
 | |
| # Documents
 | |
| docs/
 |