Add the .vs folder and the CMakeSettings.json file from Visual Studio to gitignore.
This commit is contained in:
		
							
								
								
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -9,12 +9,16 @@ src/common/scm_rev.cpp
 | 
				
			|||||||
# Project/editor files
 | 
					# Project/editor files
 | 
				
			||||||
*.swp
 | 
					*.swp
 | 
				
			||||||
.idea/
 | 
					.idea/
 | 
				
			||||||
 | 
					.vs/
 | 
				
			||||||
.vscode/
 | 
					.vscode/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# *nix related
 | 
					# *nix related
 | 
				
			||||||
# Common convention for backup or temporary files
 | 
					# Common convention for backup or temporary files
 | 
				
			||||||
*~
 | 
					*~
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Visual Studio CMake settings
 | 
				
			||||||
 | 
					CMakeSettings.json
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# OSX global filetypes
 | 
					# OSX global filetypes
 | 
				
			||||||
# Created by Finder or Spotlight in directories for various OS functionality (indexing, etc)
 | 
					# Created by Finder or Spotlight in directories for various OS functionality (indexing, etc)
 | 
				
			||||||
.DS_Store
 | 
					.DS_Store
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user