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

8
.gitignore vendored
View File

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