[CI] do not try to lint .pnpm-store
This commit is contained in:
parent
5f82befc29
commit
da7b226cf3
2 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,4 @@ node_modules
|
|||
.astro
|
||||
src/env.d.ts
|
||||
forgejo-docs
|
||||
.pnpm-store
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,8 @@
|
|||
# emacs
|
||||
*~
|
||||
|
||||
.pnpm-store
|
||||
|
||||
# build output
|
||||
dist/
|
||||
.output/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue