From 36bd836a40176ea8a92ea1bf4e39f924d24c90f3 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.uk> Date: Sun, 24 Sep 2023 21:51:14 +0100 Subject: [PATCH] build: update .gitignore --- .gitignore | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/.gitignore b/.gitignore index 79a9601d..6234c2f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,12 @@ -# build output -dist/ -.astro/ -.output/ +# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. -# dependencies -.direnv/ -node_modules/ - -# logs -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* - - -# environment variables +.astro +.direnv .env .env.production - -# macOS-specific files -.DS_Store +dist +node_modules +npm-debug.log* +pnpm-debug.log* +yarn-debug.log* +yarn-error.log*