We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9bef2 commit aa13383Copy full SHA for aa13383
.gitignore
@@ -5,6 +5,4 @@
5
*.env
6
*.env.*
7
**/.idea
8
-/build
9
-/dist
10
package-lock.json
packages/extension/.gitignore
@@ -1,2 +1,5 @@
1
-./hello-word.zip
2
-./dist
+/dist
+/node_modules
3
+/*.log
4
+package-lock.json
+hello-word.zip
packages/web/.gitignore
@@ -0,0 +1,4 @@
0 commit comments