There was an error while loading. Please reload this page.
1 parent 3f60fcb commit 9d30d71Copy full SHA for 9d30d71
.changeset/silly-parks-fall.md
@@ -2,4 +2,11 @@
2
"create-cloudflare": patch
3
---
4
5
-do not override .env settings in .gitignore files
+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