Skip to content

Commit 23e8a2c

Browse files
committed
stop tracking .env.development & .env.production
1 parent 40448b7 commit 23e8a2c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.env.development

Lines changed: 0 additions & 1 deletion
This file was deleted.

.env.production

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
In real app, do not commit `.env.development` & `.env.production` to source control like Git. Add it to `.gitignore` & `.dockerignore` or better yet use [dotenvx](https://dotenvx.com) for environment variables.
66

7+
Create `.env.development` & `.env.production` using `.env.example` format.
8+
79
NPM Scripts appended with `:prod` are production scripts and those without anything appended are scripts to be used in development.
810

911
### Development Side

0 commit comments

Comments
 (0)