We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8d350 commit a7b9aafCopy full SHA for a7b9aaf
.gitignore
@@ -12,7 +12,6 @@
12
/build
13
14
# misc
15
-/dist
16
.env
17
.DS_Store
18
.env.local
dist/.gitignore
@@ -0,0 +1,6 @@
1
+# Ignore everything in this directory
2
+*
3
+
4
+# Except for this file
5
+!.gitignore
6
+!README.md
dist/README.md
@@ -0,0 +1 @@
+# Stores compiled javascript files created during the build process
0 commit comments