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