mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
29bbcbe6f3
This commit updates the .gitignore file to include the /.greenlockrc file and removes the trailing newline in the .gitignore file. It also adds an ignore rule for the greenlock.d/ directory in the nodemon.json file.
30 lines
417 B
Plaintext
Executable File
30 lines
417 B
Plaintext
Executable File
# 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 |