summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2020-06-02 14:41:15 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2020-06-02 14:41:15 +0200
commit09ee1c0b9c41d4a4887b975d736063d3b5016278 (patch)
tree50d7e5e62d3052ccd7342bd621554141e8a55c37
parenta686e6eafd21bc96f35b46ca6dcea6ae9ad06d1a (diff)
(Git) ignore .vscode folder
The "Visual Studio Code" editor (Open Source by Microsoft) is becoming more and more popular. It uses a (hidden) folder '.vscode' in the workspace root directory to store its configurations. We need to ignore this folder to avoid confusing developers and checking it in by accident. See https://github.com/Microsoft/vscode
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5ba09e86b..3d1cfe982 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,9 @@ etc/FLTKConfig.cmake
*.tlog
.vs/
+# VS Code (Visual Studio Code) Editor
+.vscode/
+
# /
/autom4te*.cache
/build