summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMichele Valente <valentactive@gmail.com>2016-05-04 23:39:20 +0200
committerMichele Valente <valentactive@gmail.com>2016-05-04 23:42:27 +0200
commit49f31197f2557e1e3b7519d810999f9541a32688 (patch)
tree9d2a5fe6f08cd9d570bb48263a75e0fb7df5bd3f /.gitignore
parentf909634832a72cfc669fd1b6281c8a960ea3d40f (diff)
downloadredot-engine-49f31197f2557e1e3b7519d810999f9541a32688.tar.gz
Adds the ".vscode" folder from Visual Studio Code to ".gitignore"
Adds to ".gitignore" the ".vscode" folder which is created when using Visual Studio Code together with the "C/C++" extension.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3d5b137361..65af0c69ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -299,3 +299,7 @@ godot.creator.*
projects/
platform/windows/godot_res.res
+
+# Visual Studio Code folder (and files) that are created
+# when the C/C++ extension (https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) is used
+/.vscode