Expand .gitignore to include Vscode files
This commit is contained in:
parent
17bd68ee5a
commit
0b5a3878f9
28
.gitignore
vendored
28
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/windows,macos,linux
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,macos,linux
|
||||
|
||||
# Created by https://www.toptal.com/developers/gitignore/api/linux,windows,macos,visualstudiocode
|
||||
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,windows,macos,visualstudiocode
|
||||
|
||||
### Linux ###
|
||||
*~
|
||||
@ -45,6 +46,27 @@ Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
|
||||
### VisualStudioCode ###
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
|
||||
### VisualStudioCode Patch ###
|
||||
# Ignore all local history of files
|
||||
.history
|
||||
.ionide
|
||||
|
||||
# Support for Project snippet scope
|
||||
|
||||
### Windows ###
|
||||
# Windows thumbnail cache files
|
||||
Thumbs.db
|
||||
@ -71,4 +93,4 @@ $RECYCLE.BIN/
|
||||
# Windows shortcuts
|
||||
*.lnk
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/windows,macos,linux
|
||||
# End of https://www.toptal.com/developers/gitignore/api/linux,windows,macos,visualstudiocode
|
||||
|
Loading…
x
Reference in New Issue
Block a user