mirror of https://github.com/stashapp/stash.git
29 lines
302 B
Plaintext
Executable File
29 lines
302 B
Plaintext
Executable File
# generated
|
|
src/core/generated-*.tsx
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.gitignore
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
.eslintcache
|
|
.stylelintcache
|