Spaces:
Sleeping
Sleeping
| # Dependency directories | |
| node_modules/ | |
| jspm_packages/ | |
| # Output directories | |
| dist/ | |
| build/ | |
| out/ | |
| # Generated image directories | |
| mcpollinations-output/ | |
| mcpollinations-temp/ | |
| # Development files | |
| OVERVIEW.md | |
| test-image-save.js | |
| test-list-tools.js | |
| # Environment variables | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # Debug logs | |
| logs | |
| *.log | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| lerna-debug.log* | |
| .pnpm-debug.log* | |
| # Coverage directories | |
| coverage/ | |
| .nyc_output/ | |
| # Cache directories | |
| .npm/ | |
| .eslintcache | |
| .stylelintcache | |
| .rpt2_cache/ | |
| .rts2_cache_cjs/ | |
| .rts2_cache_es/ | |
| .rts2_cache_umd/ | |
| # Runtime data | |
| pids | |
| *.pid | |
| *.seed | |
| *.pid.lock | |
| # TypeScript cache | |
| *.tsbuildinfo | |
| # Optional npm cache directory | |
| .npm | |
| # Optional eslint cache | |
| .eslintcache | |
| # dotenv environment variable files | |
| .env | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| .env.local | |
| mcp.json | |
| # parcel-bundler cache | |
| .cache | |
| .parcel-cache | |
| # Next.js build output | |
| .next | |
| out | |
| # Nuxt.js build / generate output | |
| .nuxt | |
| dist | |
| # Gatsby files | |
| .cache/ | |
| public | |
| # vuepress build output | |
| .vuepress/dist | |
| # vuepress v2.x temp and cache directory | |
| .temp | |
| .cache | |
| # Docusaurus cache and generated files | |
| .docusaurus | |
| # Serverless directories | |
| .serverless/ | |
| # FuseBox cache | |
| .fusebox/ | |
| # DynamoDB Local files | |
| .dynamodb/ | |
| # TernJS port file | |
| .tern-port | |
| # Stores VSCode versions used for testing VSCode extensions | |
| .vscode-test | |
| # yarn v2 | |
| .yarn/cache | |
| .yarn/unplugged | |
| .yarn/build-state.yml | |
| .yarn/install-state.gz | |
| .pnp.* | |
| # macOS | |
| .DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| Icon | |
| ._* | |
| .DocumentRevisions-V100 | |
| .fseventsd | |
| .Spotlight-V100 | |
| .TemporaryItems | |
| .Trashes | |
| .VolumeIcon.icns | |
| .com.apple.timemachine.donotpresent | |
| # Windows | |
| Thumbs.db | |
| Thumbs.db:encryptable | |
| ehthumbs.db | |
| ehthumbs_vista.db | |
| *.stackdump | |
| [Dd]esktop.ini | |
| $RECYCLE.BIN/ | |
| *.cab | |
| *.msi | |
| *.msix | |
| *.msm | |
| *.msp | |
| *.lnk | |
| # Linux | |
| *~ | |
| .fuse_hidden* | |
| .directory | |
| .Trash-* | |
| .nfs* | |
| # IDE - VSCode | |
| .vscode/* | |
| !.vscode/settings.json | |
| !.vscode/tasks.json | |
| !.vscode/launch.json | |
| !.vscode/extensions.json | |
| *.code-workspace | |
| .history/ | |
| # IDE - JetBrains (WebStorm, IntelliJ, etc) | |
| .idea/ | |
| *.iml | |
| *.iws | |
| *.ipr | |
| .idea_modules/ | |
| out/ | |
| # IDE - Eclipse | |
| .project | |
| .classpath | |
| .settings/ | |
| .metadata | |
| bin/ | |
| tmp/ | |
| *.tmp | |
| *.bak | |
| *.swp | |
| *~.nib | |
| local.properties | |
| .loadpath | |
| .recommenders | |
| # Generated files | |
| *.generated.* | |