From c8d6dc54e2ee44daa00b11c6300f4f0d6ef32186 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 8 May 2025 21:31:00 +0200 Subject: Initial migration to AstroJS --- .gitignore | 42 +++++++++++++++--------------------------- 1 file changed, 15 insertions(+), 27 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fd3dbb5..16d54bb 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ -- cgit v1.3.1