Spaces:
Sleeping
Sleeping
| # Node.js | |
| node_modules/ | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| .pnpm-debug.log* | |
| # Databases | |
| *.sqlite | |
| *.sqlite-journal | |
| *.db | |
| backup.xlsx | |
| # Environment variables | |
| # .env and .env.local removed from gitignore as per user request for private repo. | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # Build outputs | |
| /client/dist | |
| /server/dist | |
| # IDEs | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS files | |
| .DS_Store | |
| Thumbs.db | |