Commit 7a15c29
committed
fix: remove .env.backup from git history and update .gitignore
- Remove .env.backup file containing hardcoded API keys from entire git history
- Add .env.backup and .env.*.backup patterns to .gitignore
- Prevents future accidental commits of backup files with secrets
IMPORTANT: Any API keys that were exposed in .env.backup should be revoked
and regenerated in the NVIDIA NGC portal.1 parent 5d9ab24 commit 7a15c29
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
0 commit comments