| # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | |
| # dependencies | |
| /node_modules | |
| /.pnp | |
| .pnp.js | |
| # testing | |
| /coverage | |
| # production | |
| /build | |
| # environment variables (all .env files ignored - use .env.example as template) | |
| .env | |
| .env.local | |
| .env.development | |
| .env.development.local | |
| .env.test | |
| .env.test.local | |
| .env.production | |
| .env.production.local | |
| # misc | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| # IDE / Editor | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| .project | |
| .classpath | |
| .settings/ | |
| *.sublime-project | |
| *.sublime-workspace | |
| # Logs | |
| logs | |
| *.log | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| pnpm-debug.log* | |
| lerna-debug.log* | |
| # Runtime data | |
| pids | |
| *.pid | |
| *.seed | |
| *.pid.lock | |
| # Optional npm cache directory | |
| .npm | |
| # Optional eslint cache | |
| .eslintcache | |
| # Optional REPL history | |
| .node_repl_history | |
| # Output of 'npm pack' | |
| *.tgz | |
| # Yarn Integrity file | |
| .yarn-integrity | |
| # parcel-bundler cache | |
| .cache | |
| .parcel-cache | |
| # Next.js (if ever migrated) | |
| .next | |
| out | |
| # Nuxt.js (if ever migrated) | |
| .nuxt | |
| dist | |
| # Temporary folders | |
| tmp/ | |
| temp/ | |
| QWEN.md | |
| .qwen/rules.md | |
| .windsurf/rules/rules.md | |