Browse Source

ignore .vscode directory
When setting up the development in visual studio code, it requires
a bunch of system specific settings that cannot be used by other
developers, such as the include files.
Maybe this should be reevaluated in the future but I think
for now it makes sense to just ignore all the vscode files.

niki 3 years ago
parent
commit
9f1994abb8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -57,3 +57,4 @@ libtool
 stamp-h1
 /src/love
 /src/tags
+.vscode/