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.
2 parents ffa0ac1 + b95c73f commit 218a195Copy full SHA for 218a195
.gitignore
@@ -16,6 +16,20 @@
16
/Source/Help
17
/Source/Locales/**/*.bak
18
19
+## Ignore Visual Studio Code configuration files.
20
+##
21
+## Get latest from https://github.com/github/gitignore/blob/master/Global/VisualStudioCode.gitignore
22
+
23
+.vscode/*
24
+!.vscode/settings.json
25
+!.vscode/tasks.json
26
+!.vscode/launch.json
27
+!.vscode/extensions.json
28
+*.code-workspace
29
30
+# Local History for Visual Studio Code
31
+.history/
32
33
## Ignore Visual Studio temporary files, build results, and
34
## files generated by popular Visual Studio add-ons.
35
##
0 commit comments