mirror of
https://github.com/github/gitignore
synced 2025-06-27 17:18:52 +02:00
Merge pull request #4234 from cyber-amr/main
Ignore all `.env` files in `Node.gitignore` and unignore `.env.example`
This commit is contained in:
commit
c4d2f77d8b
@ -68,10 +68,8 @@ web_modules/
|
|||||||
|
|
||||||
# dotenv environment variable files
|
# dotenv environment variable files
|
||||||
.env
|
.env
|
||||||
.env.development.local
|
.env.*
|
||||||
.env.test.local
|
!.env.example
|
||||||
.env.production.local
|
|
||||||
.env.local
|
|
||||||
|
|
||||||
# parcel-bundler cache (https://parceljs.org/)
|
# parcel-bundler cache (https://parceljs.org/)
|
||||||
.cache
|
.cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user