mirror of
https://github.com/github/gitignore
synced 2025-06-27 09:09:57 +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
|
||||
.env
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.env.local
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# parcel-bundler cache (https://parceljs.org/)
|
||||
.cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user