mirror of
https://github.com/nicbarker/clay.git
synced 2025-11-05 17:16:16 +00:00
Update .gitignore to avoid tracking ".vs" internal folder when using Visual Studio
This commit is contained in:
parent
670f707997
commit
733696db54
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ cmake-build-release/
|
||||||
.idea/
|
.idea/
|
||||||
node_modules/
|
node_modules/
|
||||||
*.dSYM
|
*.dSYM
|
||||||
|
.vs/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue