mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2025-12-23 23:17:55 -05:00
39 lines
476 B
Plaintext
39 lines
476 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
#/build
|
|
|
|
dist/
|
|
|
|
/build/*
|
|
/.vscode
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
#.env
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
config.js*
|
|
rewrite.sh
|
|
bfg.jar
|
|
kookit.js
|
|
kookit.mjs
|
|
kookit-extra.js
|
|
kookit-extra.mjs
|
|
kookit-extra-browser.js
|
|
kookit-extra-browser.mjs
|