We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32c02c3 commit 04b1040Copy full SHA for 04b1040
.gitattributes
@@ -0,0 +1,2 @@
1
+# Set the default behavior, in case people don't have core.autocrlf set.
2
+* text=auto
.gitignore
@@ -76,7 +76,6 @@ SdkCodeGen
76
# Visual Studio #
77
.settings/
78
.vs/
79
-.vscode/
80
/app.js
81
*.suo
82
*.user
@@ -105,4 +104,9 @@ output/*
105
104
errors.txt
106
warnings.txt
107
108
-/dist/
+# VS Code files
+.vscode/*
109
+!.vscode/settings.json
110
+!.vscode/tasks.json
111
+!.vscode/launch.json
112
+!.vscode/extensions.json
0 commit comments