Skip to content

Commit

Permalink
Ignore all local env files, not just dev (#9252)
Browse files Browse the repository at this point in the history
To test building locally, I added a  `.env.production` file with my GitHub token. It doesn't make sense to have that file in git. So I broadened the env file ignore from `.env.development` to `.env.*`.
  • Loading branch information
chmac authored and DSchau committed Oct 19, 2018
1 parent 208fdb1 commit 3e960e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/.gitignore
Expand Up @@ -33,4 +33,4 @@ src/cache
/package-lock.json

# Env variables
.env.development
.env*

0 comments on commit 3e960e1

Please sign in to comment.