Update paths and do include yarn lock file
This commit is contained in:
parent
0c89b22e92
commit
b90e6be062
1 changed files with 4 additions and 8 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -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
|
||||
|
|
Reference in a new issue