7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-04 23:35:31 +00:00

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:
Jon Evans 2020-02-06 11:18:50 +01:00
parent 8b7d4c2a55
commit 8377efcc6c

2
.gitignore vendored
View File

@ -95,3 +95,5 @@ __pycache__
# Visual Studio
.vs/
.editorconfig
CMakeSettings.json