(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
This commit is contained in:
Albrecht Schlosser 2020-06-02 14:41:15 +02:00
parent a686e6eafd
commit 09ee1c0b9c
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -22,6 +22,9 @@ etc/FLTKConfig.cmake
*.tlog
.vs/
# VS Code (Visual Studio Code) Editor
.vscode/
# /
/autom4te*.cache
/build