-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from WebDevStudios/hotfix/version-env-file
Hotfix/Add .env for version updates
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# The version of your project, manually updated by you. | ||
# This version will be reflected in package.json, and composer.json. | ||
VERSION=1.0.0 | ||
|
||
# The build number, which is automatically incremented with each build. | ||
# This value will be appended to the root style.css for versioning purposes. | ||
BUILD=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
Thumbs.db | ||
|
||
# node | ||
.env | ||
./.env | ||
.env.local | ||
logs | ||
*.log | ||
|