Merge pull request #2 from Molecule-AI/chore/credentials-gitignore

chore: gitignore credentials
This commit is contained in:
Hongming Wang 2026-04-16 09:26:15 -07:00 committed by GitHub
commit 85602bd386
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
.gitignore vendored
View File

@ -42,3 +42,17 @@ next-env.d.ts
# IDE
.vscode/
.idea/
# Credentials — added by chore/credentials-gitignore batch
.env.local
.env.*.local
.env.*
!.env.example
!.env.sample
*.key
*.crt
*.p12
*.pfx
.secrets/
.auth-token
.auth_token