feat: Add Git credentials to .gitignore for security

- Prevent .git-credentials and other sensitive files from being tracked
- Add .gitconfig, *.pem, *.key to gitignore
- Ensures credential security in cross-platform development
This commit is contained in:
Miguel 2025-09-14 13:21:55 +02:00
parent b53386c882
commit e4b6a0e8bb
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -221,3 +221,9 @@ __marimo__/
desktop.ini
Thumbs.db
*.lnk
# Git credentials (sensitive information)
.git-credentials
.gitconfig
*.pem
*.key