mirror of https://github.com/stashapp/stash.git
18 lines
167 B
Plaintext
18 lines
167 B
Plaintext
|
*.md
|
||
|
|
||
|
# dependencies
|
||
|
/node_modules
|
||
|
/.pnp
|
||
|
.pnp.js
|
||
|
|
||
|
# locales
|
||
|
src/locales/**/*.json
|
||
|
|
||
|
# testing
|
||
|
/coverage
|
||
|
|
||
|
# production
|
||
|
/build
|
||
|
|
||
|
# generated
|
||
|
src/core/generated-graphql.tsx
|