| 1 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. |
| 2 | |
| 3 | # Dependencies |
| 4 | node_modules |
| 5 | .pnp |
| 6 | .pnp.js |
| 7 | |
| 8 | # Local env files |
| 9 | .env |
| 10 | .env.local |
| 11 | .env.development.local |
| 12 | .env.test.local |
| 13 | .env.production.local |
| 14 | |
| 15 | # Testing |
| 16 | coverage |
| 17 | |
| 18 | # Turbo |
| 19 | .turbo |
| 20 | |
| 21 | # Vercel |
| 22 | .vercel |
| 23 | |
| 24 | # Build Outputs |
| 25 | .next/ |
| 26 | out/ |
| 27 | build |
| 28 | dist |
| 29 | |
| 30 | |
| 31 | # Debug |
| 32 | npm-debug.log* |
| 33 | yarn-debug.log* |
| 34 | yarn-error.log* |
| 35 | |
| 36 | # Misc |
| 37 | .DS_Store |
| 38 | *.pem |
| 39 | |
| 40 | temp |
| 41 | logs |
| 42 | |
| 43 | # Azurite artifacts |
| 44 | __blobstorage__ |
| 45 | __queuestorage__ |
| 46 | __azurite_db*__.json |
| 47 | azurite-debug.log |
| 48 | AzuriteConfig |
| 49 | |
| 50 | # all sqlite dbs |
| 51 | *.sqlite |
| 52 | *.db |
| 53 | .aider* |
| 54 | |
| 55 | # azure functions |
| 56 | local.settings.json |
| 57 | |
| 58 | # wrangler project |
| 59 | .dev.vars |
| 60 | .wrangler/ |