From 00861dc7178b988e17cb72650c0d6f6675448d41 Mon Sep 17 00:00:00 2001 From: Luke Harding Date: Tue, 30 Apr 2024 22:46:53 -0400 Subject: [PATCH] Update gitignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index a0cee65..64d64ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +#--------------- +# Astro Stuff +#--------------- + # build output dist/ # generated types @@ -12,6 +16,14 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* +#-------------- +# Rust/Cargo +#-------------- +target/ + +#-------- +# Misc +#-------- # environment variables .env