Template
21 lines
175 B
Plaintext
21 lines
175 B
Plaintext
# Secrets and local credentials
|
|
.env
|
|
.env.*
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
*.pfx
|
|
*secret*
|
|
*credential*
|
|
|
|
# Local outputs
|
|
tmp/
|
|
logs/
|
|
outputs/
|
|
*.log
|
|
|
|
# OS/editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|