mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 07:54:14 +00:00
Add VS Code folder to gitignore (#23549)
* Add VS Code folder to gitignore * Add sublime to gitignore
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user