oneuptime/CommonUI/.gitignore

22 lines
252 B
Plaintext
Raw Normal View History

2019-08-05 06:21:23 +00:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
2022-12-16 07:22:05 +00:00
node_modules
2019-08-05 06:21:23 +00:00
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
2022-04-24 19:20:53 +00:00
2019-08-05 06:21:23 +00:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*