My-Weekly-ToDo-List/.gitignore

28 lines
288 B
Plaintext

# OS-specific files
.DS_Store
Thumbs.db
# Editor/IDE folders
.vscode/
.idea/
*.swp
# Sensitive data
Inspiration/
.env
# Logs and temp files
*.log
tmp/
# Playwright
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/playwright/.auth/
# Next.js
.next/