Update gitignore
This commit is contained in:
parent
447cf55401
commit
00861dc717
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,3 +1,7 @@
|
|||||||
|
#---------------
|
||||||
|
# Astro Stuff
|
||||||
|
#---------------
|
||||||
|
|
||||||
# build output
|
# build output
|
||||||
dist/
|
dist/
|
||||||
# generated types
|
# generated types
|
||||||
@ -12,6 +16,14 @@ yarn-debug.log*
|
|||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
pnpm-debug.log*
|
pnpm-debug.log*
|
||||||
|
|
||||||
|
#--------------
|
||||||
|
# Rust/Cargo
|
||||||
|
#--------------
|
||||||
|
target/
|
||||||
|
|
||||||
|
#--------
|
||||||
|
# Misc
|
||||||
|
#--------
|
||||||
|
|
||||||
# environment variables
|
# environment variables
|
||||||
.env
|
.env
|
||||||
|
Loading…
x
Reference in New Issue
Block a user