From 8d2eec884f4c937b0fbde26b0cc96993b3f3321e Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 13 Aug 2026 16:35:03 +0100 Subject: remove most of .gitignore --- .gitignore | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/.gitignore b/.gitignore index 1702f57..4c97ec3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,3 @@ .vscode .helix .zed - -# build output -dist/ -# generated types -.astro/ - -# dependencies -node_modules/ - -# logs -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* - - -# environment variables -.env -.env.production - -# macOS-specific files -.DS_Store - -.terraform/ -**/*.tfvars -**/*.tfstate -**/*.tfstate.backup - -*.sqlite -- cgit v1.2.3