Skip to content

Commit

Permalink
chore: vscode gitignore from toptal (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Jun 7, 2023
1 parent cc7aaf3 commit ca7dfcc
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ release/
*.iws
*.xml

# VSCode project folder
.vscode/

# VSCode project files
__debug_bin

# Secrets environment file
secrets.env

Expand All @@ -52,3 +46,28 @@ secrets.env
.DS_Store

api-spec.json

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

Please sign in to comment.