42 lines
379 B
Plaintext
42 lines
379 B
Plaintext
# Irrelevant source files
|
|
deployment/
|
|
|
|
# Build output and other temporary files
|
|
.husky/_/
|
|
.netlify/
|
|
.nuxt/
|
|
dist/
|
|
node_modules/
|
|
|
|
# Version control
|
|
.git/
|
|
.gitignore
|
|
|
|
# GitHub / CI metadata
|
|
.github/
|
|
|
|
# Environment files
|
|
.env
|
|
*.env
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# IDE / editor settings
|
|
.vscode/
|
|
.idea/
|
|
.zed/
|
|
*.iml
|
|
|
|
# OS / editor junk
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
|
|
# AI
|
|
.claude/
|
|
.cursor/
|
|
|
|
# testing
|
|
tests/
|