mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 00:13:46 +01:00
* [packaging] switch to pnpm * Bump compiler version * Change pnpm store in docker build --------- Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com> Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
18 lines
188 B
Text
18 lines
188 B
Text
*.md
|
|
|
|
# dependencies
|
|
/node_modules
|
|
pnpm-lock.yaml
|
|
pnpm-workspace.yaml
|
|
|
|
# locales
|
|
src/locales/**/*.json
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# generated
|
|
src/core/generated-graphql.ts
|