Browse Source

Merge pull request #7420 from benlye/patch-1

Add VScode directory to .gitignore
Scott Lahteine 8 years ago
parent
commit
8b97da0e3d
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      .gitignore

+ 3
- 0
.gitignore View File

129
 Marlin/__vm/
129
 Marlin/__vm/
130
 Marlin/.vs/
130
 Marlin/.vs/
131
 
131
 
132
+#VScode
133
+.vscode
134
+
132
 #cmake
135
 #cmake
133
 CMakeLists.txt
136
 CMakeLists.txt
134
 Marlin/CMakeLists.txt
137
 Marlin/CMakeLists.txt

Loading…
Cancel
Save