mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
94b8f60ebb
- change accounts name. - implement http test server. - write CI/CD jobs
23 lines
345 B
Plaintext
Executable File
23 lines
345 B
Plaintext
Executable File
# See https://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
#/http-test-server/node_modules
|
|
/kubernetes
|
|
/node_modules
|
|
.idea
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
yarn.lock
|
|
|
|
**/*/paymentService.test.js
|
|
apiTest.rest
|