Skip to content

Commit

Permalink
Anticipate possible use of VSCode.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmunro-ltrr committed Dec 4, 2023
1 parent e02ca81 commit 023c3d6
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Indexed directory destination subtree
build/

# Created by https://www.toptal.com/developers/gitignore/api/linux,macos,windows,node
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,macos,windows,node
# Created by https://www.toptal.com/developers/gitignore/api/linux,macos,windows,node,visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,macos,windows,node,visualstudiocode

### Linux ###
*~
Expand Down Expand Up @@ -193,6 +193,25 @@ dist
# SvelteKit build / generate output
.svelte-kit

### 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

### Windows ###
# Windows thumbnail cache files
Thumbs.db
Expand All @@ -219,4 +238,4 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

# End of https://www.toptal.com/developers/gitignore/api/linux,macos,windows,node
# End of https://www.toptal.com/developers/gitignore/api/linux,macos,windows,node,visualstudiocode

0 comments on commit 023c3d6

Please sign in to comment.