mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
30 lines
417 B
Plaintext
30 lines
417 B
Plaintext
|
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
||
|
|
||
|
# dependencies
|
||
|
#/backend/node_modules
|
||
|
/kubernetes
|
||
|
/node_modules
|
||
|
.idea
|
||
|
|
||
|
# misc
|
||
|
.DS_Store
|
||
|
|
||
|
|
||
|
npm-debug.log*
|
||
|
yarn-debug.log*
|
||
|
yarn-error.log*
|
||
|
yarn.lock
|
||
|
|
||
|
**/*/paymentService.test.js
|
||
|
apiTest.rest
|
||
|
|
||
|
application_security_dir
|
||
|
container_security_dir
|
||
|
|
||
|
# coverage
|
||
|
/coverage
|
||
|
/.nyc_output
|
||
|
|
||
|
/greenlock.d/config.json
|
||
|
/greenlock.d/config.json.bak
|
||
|
/.greenlockrc
|