Update paths and do include yarn lock file
parent
0c89b22e92
commit
b90e6be062
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue