mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08: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…
Reference in New Issue
Block a user