1
Fork 0

Update paths and do include yarn lock file

This commit is contained in:
Korbs 2023-08-30 16:16:02 -04:00
parent 0c89b22e92
commit b90e6be062
No known key found for this signature in database

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