Update gitignore

This commit is contained in:
Luke Harding 2024-04-30 22:46:53 -04:00
parent 447cf55401
commit 00861dc717

12
.gitignore vendored
View File

@ -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