Spaces:
Sleeping
Sleeping
| # Dependencies | |
| node_modules/ | |
| # Build output | |
| dist/ | |
| build/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # Testing | |
| coverage/ | |
| .nyc_output/ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Logs | |
| *.log | |
| npm-debug.log* | |
| # Environment | |
| .env | |
| .env.* | |
| !.env.example | |
| # Cache | |
| .cache/ | |
| .parcel-cache/ | |
| .turbo/ | |