Skip to content

Commit

Permalink
chore: vscode gitignore from toptal (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Jun 7, 2023
1 parent 4c6fc71 commit 5f95f6d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,28 @@
*.ipr
*.iws
*.xml

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

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

### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide

# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode

0 comments on commit 5f95f6d

Please sign in to comment.