js-utils/.gitignore

26 lines
320 B
Plaintext
Raw Permalink Normal View History

2022-05-04 02:25:36 +03:00
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
node_modules
# builds
build
lib
2022-05-04 02:25:36 +03:00
dist
.rpt2_cache
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
example/package-lock.json
coverage