Skip to content

Commit

Permalink
chore: vscode gitignore from toptal (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 authored May 19, 2023
1 parent ca21175 commit 3919d6c
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,29 @@ secrets.env
.env.test

# Files to be excluded.
.DS_Store
.DS_Store

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

Please sign in to comment.