mirror of
				https://github.com/hedge-dev/UnleashedRecomp.git
				synced 2025-10-30 07:11:05 +00:00 
			
		
		
		
	Improve .gitignore (#576)
* Improve .gitignore Signed-off-by: Isaac Marovitz <isaacryu@icloud.com> * Correct whoopsie Signed-off-by: Isaac Marovitz <isaacryu@icloud.com> --------- Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
		
							parent
							
								
									5b53a49114
								
							
						
					
					
						commit
						2f43b9a304
					
				
					 1 changed files with 10 additions and 0 deletions
				
			
		
							
								
								
									
										10
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							|  | @ -397,3 +397,13 @@ FodyWeavers.xsd | |||
| 
 | ||||
| # JetBrains Rider | ||||
| *.sln.iml | ||||
| 
 | ||||
| # IntelliJ IDEs | ||||
| .idea/ | ||||
| 
 | ||||
| # macOS metadata | ||||
| *.DS_Store | ||||
| 
 | ||||
| # CMake Files | ||||
| **/cmake-build-debug | ||||
| **/CMakeCache.txt | ||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Isaac Marovitz
						Isaac Marovitz