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 ca14121 commit b945d09Copy full SHA for b945d09
.gitignore
@@ -1 +1,2 @@
1
-node_modules
+/node_modules/
2
+!/.vscode/
.vscode/settings.json
@@ -0,0 +1,10 @@
+{
+ "editor.formatOnSave": true,
3
+ "editor.codeActionsOnSave": {
4
+ "source.organizeImports": true
5
+ },
6
+ "files.exclude": {
7
+ "**/dist": true,
8
+ "**/node_modules": true
9
+ }
10
+}
0 commit comments