Skip to content

Commit 7a15c29

Browse files
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

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ docker-compose*.bak
8686
.env.test.local
8787
.env.production.local
8888
.env.bak
89+
.env.backup
8990
.env.*.bak
91+
.env.*.backup
9092
secrets/
9193
*.pem
9294
*.key

0 commit comments

Comments
 (0)