mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Add VS Code folder to gitignore (#23549)
* Add VS Code folder to gitignore * Add sublime to gitignore
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -165,6 +165,7 @@ $RECYCLE.BIN/
|
|||||||
# Icon must end with two \r
|
# Icon must end with two \r
|
||||||
Icon
|
Icon
|
||||||
|
|
||||||
|
|
||||||
# Thumbnails
|
# Thumbnails
|
||||||
._*
|
._*
|
||||||
|
|
||||||
@@ -184,3 +185,10 @@ Temporary Items
|
|||||||
.apdisk
|
.apdisk
|
||||||
|
|
||||||
*.before
|
*.before
|
||||||
|
|
||||||
|
#Sublime
|
||||||
|
*.sublime-project
|
||||||
|
*.sublime-workspace
|
||||||
|
|
||||||
|
#Visual studio stuff
|
||||||
|
*.vscode/*
|
||||||
|
|||||||
Reference in New Issue
Block a user