Added CLions local project directories and .DS_Store (MAC OS) to gitignore
Local folders created by CLion and MAC OS are now excluded in gitignore. This allows users to work directly in the local Git directory without syncing unnessasary files.
This commit is contained in:
		
							
								
								
									
										7
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -30,4 +30,9 @@
 | 
			
		||||
# Executables
 | 
			
		||||
*.exe
 | 
			
		||||
*.out
 | 
			
		||||
*.app
 | 
			
		||||
*.app
 | 
			
		||||
 | 
			
		||||
#Directories
 | 
			
		||||
cmake-build-debug
 | 
			
		||||
.idea
 | 
			
		||||
.DS_Store
 | 
			
		||||
		Reference in New Issue
	
	Block a user