Add VS Code folder to gitignore (#23549)

* Add VS Code folder to gitignore

* Add sublime to gitignore
This commit is contained in:
Cyberboss
2017-02-02 05:48:12 -05:00
committed by AnturK
parent 910a986dbe
commit 71b12a1438

10
.gitignore vendored
View File

@@ -163,7 +163,8 @@ $RECYCLE.BIN/
.LSOverride
# Icon must end with two \r
Icon
Icon
# Thumbnails
._*
@@ -184,3 +185,10 @@ Temporary Items
.apdisk
*.before
#Sublime
*.sublime-project
*.sublime-workspace
#Visual studio stuff
*.vscode/*