Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,25 @@ Thumbs.db
*.tmp
*.temp

# Environment
.env
.env.local
*.env.*
Comment on lines +62 to +65

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

security-critical critical

Do not remove the API key and secret file patterns (such as .apikey, API-KEY.txt, etc.) from .gitignore. Keeping these patterns ignored is crucial to prevent accidental exposure of secrets, provider keys, or service tokens, in accordance with the repository's security guidelines.

# Environment
.env
.env.local
*.env.*
!.env.example
.apikey
.apikey.backup.*
apikey-validation-report.csv
API-KEY.txt
API-KEY*.txt
References
  1. Do not commit secrets or production identifiers. (link)


# Editors
.vscode/
.idea/
*.swp
*.swo
*.tmp

# System
.DS_Store
Thumbs.db

# Logs
*.log

# Coverage
coverage.xml
*.gcda
Expand Down
1 change: 1 addition & 0 deletions z-platform
Submodule z-platform added at e59c8e
Loading