Spaces:
Build error
Build error
| <<<<<<< HEAD | |
| # Dependencies | |
| node_modules/ | |
| /.pnp | |
| .pnp.js | |
| .yarn/install-state.gz | |
| # Testing | |
| /coverage | |
| # Production | |
| /build | |
| /dist | |
| apps/frontend/dist | |
| apps/backend/tmp | |
| # Misc | |
| .DS_Store | |
| *.pem | |
| # Debug | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # Environment files | |
| .env | |
| .env*.local | |
| apps/backend/.env | |
| apps/frontend/.env | |
| # Vercel | |
| .vercel | |
| # TypeScript | |
| *.tsbuildinfo | |
| next-env.d.ts | |
| # ngrok | |
| ngrok.exe | |
| ngrok.yml | |
| *.ngrok-free.app | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| # Temporary files | |
| *.tmp | |
| *.temp | |
| tmp/ | |
| temp/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| Thumbs.db | |
| .DS_Store | |
| # Rhubarb (keep the executable but ignore temp files) | |
| Rhubarb-Lip-Sync-*/temp/ | |
| ======= | |
| # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. | |
| # dependencies | |
| /node_modules | |
| /.pnp | |
| .pnp.js | |
| # testing | |
| /coverage | |
| # production | |
| /build | |
| # misc | |
| .DS_Store | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| >>>>>>> 601fb1de6c4d68f8dbc1519e0193a88cdb8675f0 | |