[CI] do not try to lint .pnpm-store

This commit is contained in:
Earl Warren 2023-12-26 12:44:38 +01:00
parent 5f82befc29
commit da7b226cf3
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 3 additions and 0 deletions

View file

@ -4,3 +4,4 @@ node_modules
.astro
src/env.d.ts
forgejo-docs
.pnpm-store

2
.gitignore vendored
View file

@ -1,6 +1,8 @@
# emacs
*~
.pnpm-store
# build output
dist/
.output/