DocSpace-client/products/ASC.People/Client/.gitignore

25 lines
345 B
Plaintext
Raw Normal View History

2019-05-15 14:56:09 +00:00
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/node_modules
# testing
/coverage
2021-12-21 07:59:11 +00:00
/tests/output
/tests/reports
/tests/screenshots/translation
2019-05-15 14:56:09 +00:00
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*