Commit 51f7751
committed
chore: ignore suffixed .env backups
**/*.env only matches names ending in .env, so hand-made backups like
.env.pre-<date> and .env.bak-<date> were untracked but not ignored. This
repo is public, and those files carry live API keys, so a blanket
`git add` would have published them irrecoverably.1 parent 0c1cdf6 commit 51f7751
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
0 commit comments