Skip to content

Commit 0bac3d6

Browse files
authored
chore: vscode gitignore from toptal (#476)
1 parent 3c33452 commit 0bac3d6

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

.gitignore

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ release/
3535
*.iws
3636
*.xml
3737

38-
# VSCode project folder
39-
.vscode/
40-
41-
# VSCode project files
42-
__debug_bin
43-
4438
# Secrets environment file
4539
secrets.env
4640

@@ -52,3 +46,28 @@ secrets.env
5246
.DS_Store
5347

5448
api-spec.json
49+
50+
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode
51+
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode
52+
53+
### VisualStudioCode ###
54+
.vscode/*
55+
!.vscode/settings.json
56+
!.vscode/tasks.json
57+
!.vscode/launch.json
58+
!.vscode/extensions.json
59+
!.vscode/*.code-snippets
60+
61+
# Local History for Visual Studio Code
62+
.history/
63+
64+
# Built Visual Studio Code Extensions
65+
*.vsix
66+
__debug_bin
67+
68+
### VisualStudioCode Patch ###
69+
# Ignore all local history of files
70+
.history
71+
.ionide
72+
73+
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode

0 commit comments

Comments
 (0)