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 92b15db commit 3a742adCopy full SHA for 3a742ad
.env
@@ -0,0 +1,7 @@
1
+# The version of your project, manually updated by you.
2
+# This version will be reflected in package.json, and composer.json.
3
+VERSION=1.0.0
4
+
5
+# The build number, which is automatically incremented with each build.
6
+# This value will be appended to the root style.css for versioning purposes.
7
+BUILD=0
.gitignore
@@ -9,7 +9,7 @@
9
Thumbs.db
10
11
# node
12
-.env
+./.env
13
.env.local
14
logs
15
*.log
0 commit comments