1
0
mirror of https://github.com/github/gitignore synced 2024-06-03 11:18:12 +02:00

Use real conventions

Use real conventions (from the creators of dotenv)! https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use
This commit is contained in:
frederikhors 2020-02-21 00:12:58 +01:00 committed by GitHub
parent 111cf18136
commit ea2c3d43c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,8 +72,10 @@ typings/
.yarn-integrity
# dotenv environment variables file
.env
.env.test
.env.development.local
.env.test.local
.env.production.local
.env.local
# parcel-bundler cache (https://parceljs.org/)
.cache