1
0
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:
Daniel Johnson 2025-06-13 14:34:41 -07:00 committed by GitHub
commit c4d2f77d8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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