File tree Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Expand file tree Collapse file tree 1 file changed +25
-6
lines changed Original file line number Diff line number Diff 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
4539secrets.env
4640
@@ -52,3 +46,28 @@ secrets.env
5246.DS_Store
5347
5448api-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
You can’t perform that action at this time.
0 commit comments