Ignore some additional editor config files used by VS
In case we ever can fully-support VS, we can consider removing CMakeSettings.json from the ignore list and shipping a good set of defaults for this file.
This commit is contained in:
parent
8b7d4c2a55
commit
8377efcc6c
|
@ -95,3 +95,5 @@ __pycache__
|
|||
|
||||
# Visual Studio
|
||||
.vs/
|
||||
.editorconfig
|
||||
CMakeSettings.json
|
Loading…
Reference in New Issue