Files
proxmox/.gitignore
defiQUG bea1903ac9
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
Sync all local changes: docs, config, scripts, submodule refs, verification evidence
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-21 15:46:06 -08:00

52 lines
571 B
Plaintext

# Dependencies
node_modules/
.pnpm-store/
# Package manager lock files (using pnpm as default)
package-lock.json
yarn.lock
# Environment files
.env
.env.local
.env.*.local
# Logs
*.log
logs/
# OS files
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# Build outputs
dist/
build/
.next/
out/
# Temporary files
*.tmp
*.temp
# Environment backup files (Security: Prevent committing backup files with secrets)
*.env.backup
.env.backup.*
.env.backup
.gitignore.backup.*
# Python
venv/
__pycache__/
*.pyc
# Ephemeral phase markers
.phase1-event-status