Spaces:
Configuration error
Configuration error
| # Dependencies | |
| node_modules/ | |
| .pnp | |
| .pnp.js | |
| # Testing | |
| coverage/ | |
| *.lcov | |
| .nyc_output | |
| # Production builds | |
| dist/ | |
| build/ | |
| out/ | |
| .next/ | |
| # Environment variables | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # Logs | |
| logs | |
| *.log | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| lerna-debug.log* | |
| pnpm-debug.log* | |
| # OS files | |
| .DS_Store | |
| Thumbs.db | |
| # Editor directories and files | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| .project | |
| .classpath | |
| .settings/ | |
| # TypeScript | |
| *.tsbuildinfo | |
| # Database | |
| *.db | |
| *.sqlite | |
| *.sqlite3 | |
| # Docker | |
| .docker/ | |
| # Temporary files | |
| tmp/ | |
| temp/ | |
| *.tmp | |
| # MCP Server specific | |
| .mcp/ | |
| mcp-data/ | |