Update paths and do include yarn lock file

pluto
Korbs 2023-08-30 16:16:02 -04:00
parent 0c89b22e92
commit b90e6be062
Signed by: Korbs
SSH Key Fingerprint: SHA256:TEBbhATU3FQEUOUBPvmNxuzw3QDSzMSp4jZzPaV29ss
1 changed files with 4 additions and 8 deletions

12
.gitignore vendored
View File

@ -1,12 +1,12 @@
# build output
.build/output/
.build/output
# generated types
.astro/
.astro
# dependencies
node_modules/
Astro/node_modules
node_modules
app/astro/node_modules
# logs
logs
@ -14,10 +14,6 @@ logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# locks
pnpm-lock.yaml
# environment variables
.env