| 1 | # Dependencies |
| 2 | node_modules |
| 3 | .pnp |
| 4 | .pnp.js |
| 5 | |
| 6 | # Build outputs |
| 7 | dist |
| 8 | build |
| 9 | *.tsbuildinfo |
| 10 | |
| 11 | # Environment variables |
| 12 | .env |
| 13 | .env*.local |
| 14 | |
| 15 | # IDEs and editors |
| 16 | .vscode/* |
| 17 | !.vscode/settings.json |
| 18 | !.vscode/tasks.json |
| 19 | !.vscode/launch.json |
| 20 | !.vscode/extensions.json |
| 21 | .idea |
| 22 | *.swp |
| 23 | *.swo |
| 24 | *~ |
| 25 | .DS_Store |
| 26 | |
| 27 | # Logs |
| 28 | logs |
| 29 | *.log |
| 30 | npm-debug.log* |
| 31 | yarn-debug.log* |
| 32 | yarn-error.log* |
| 33 | lerna-debug.log* |
| 34 | .pnpm-debug.log* |
| 35 | |
| 36 | # Turbo |
| 37 | .turbo |
| 38 | |
| 39 | # Better-T-Stack |
| 40 | .alchemy |
| 41 | |
| 42 | # Testing |
| 43 | coverage |
| 44 | .nyc_output |
| 45 | |
| 46 | # Misc |
| 47 | *.tgz |
| 48 | .cache |
| 49 | tmp |
| 50 | temp |