We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17784d commit 71198c0Copy full SHA for 71198c0
1 file changed
.gitignore
@@ -0,0 +1,15 @@
1
+# Created by https://www.gitignore.io/api/visualstudiocode
2
+# Edit at https://www.gitignore.io/?templates=visualstudiocode
3
+
4
+### VisualStudioCode ###
5
+.vscode/*
6
+!.vscode/settings.json
7
+!.vscode/tasks.json
8
+!.vscode/launch.json
9
+!.vscode/extensions.json
10
11
+### VisualStudioCode Patch ###
12
+# Ignore all local history of files
13
+.history
14
15
+# End of https://www.gitignore.io/api/visualstudiocode
0 commit comments