Skip to content

Commit 9d30d71

Browse files
fixup! do not override .env settings in .gitignore files
1 parent 3f60fcb commit 9d30d71

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.changeset/silly-parks-fall.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@
22
"create-cloudflare": patch
33
---
44

5-
do not override .env settings in .gitignore files
5+
Do not override any `.env` settings in `.gitignore` files
6+
7+
Previously we only looked for `.env*` in the `gitignore` but now we cover more cases such as:
8+
9+
- `.env`
10+
- `.env\*`
11+
- `.env.<local|production|staging>`
12+
- `/env\*.<local|production|staging>`

0 commit comments

Comments
 (0)