mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-07-07 14:27:27 +00:00
25 lines
367 B
Plaintext
25 lines
367 B
Plaintext
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/backend/node_modules
|
|
/frontend/node_modules
|
|
|
|
# testing
|
|
/backend/coverage
|
|
/frontend/coverage
|
|
|
|
# production
|
|
/backend/build
|
|
/frontend/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|