diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-08 21:31:00 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-08 22:27:03 +0200 |
| commit | c8d6dc54e2ee44daa00b11c6300f4f0d6ef32186 (patch) | |
| tree | 0073da7bc68f5308610ed7d6d7bdc455ad4c6cf7 /.gitignore | |
| parent | 7450fe585f1253bf30b9ccb7254019aafc5db088 (diff) | |
Initial migration to AstroJS
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 42 |
1 files changed, 15 insertions, 27 deletions
@@ -1,36 +1,24 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +# build output +dist/ +# generated types +.astro/ # dependencies -/node_modules -/.pnp -.pnp.js -.yarn/install-state.gz +node_modules/ -# testing -/coverage - -# next.js -/.next/ -/out/ - -# production -/build - -# misc -.DS_Store -*.pem - -# debug +# logs npm-debug.log* yarn-debug.log* yarn-error.log* +pnpm-debug.log* + -# local env files -.env*.local +# environment variables +.env +.env.production -# vercel -.vercel +# macOS-specific files +.DS_Store -# typescript -*.tsbuildinfo -next-env.d.ts +# jetbrains setting folder +.idea/ |
