mirror of https://github.com/fltk/fltk
(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:
parent
a686e6eafd
commit
09ee1c0b9c
|
@ -22,6 +22,9 @@ etc/FLTKConfig.cmake
|
|||
*.tlog
|
||||
.vs/
|
||||
|
||||
# VS Code (Visual Studio Code) Editor
|
||||
.vscode/
|
||||
|
||||
# /
|
||||
/autom4te*.cache
|
||||
/build
|
||||
|
|
Loading…
Reference in New Issue