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/
|
.build/output
|
||||||
|
|
||||||
# generated types
|
# generated types
|
||||||
.astro/
|
.astro
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
node_modules/
|
node_modules
|
||||||
Astro/node_modules
|
app/astro/node_modules
|
||||||
|
|
||||||
# logs
|
# logs
|
||||||
logs
|
logs
|
||||||
|
@ -14,10 +14,6 @@ logs
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
pnpm-debug.log*
|
|
||||||
|
|
||||||
# locks
|
|
||||||
pnpm-lock.yaml
|
|
||||||
|
|
||||||
# environment variables
|
# environment variables
|
||||||
.env
|
.env
|
||||||
|
|
Reference in a new issue