Skip to content

Commit

Permalink
commit suggested vscode gitignore settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholeuf committed Mar 7, 2024
1 parent a0cb4c1 commit 2cb6065
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,19 @@ yarn-error.log*

# Sentry Config File
.sentryclirc

# Created by https://www.gitignore.io/api/visualstudiocode
# Edit at https://www.gitignore.io/?templates=visualstudiocode

### VisualStudioCode ###
.vscode/* # Maybe .vscode/**/* instead - see comments
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

### VisualStudioCode Patch ###
# Ignore all local history of files
**/.history

# End of https://www.gitignore.io/api/visualstudiocode

0 comments on commit 2cb6065

Please sign in to comment.