mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +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.
8 lines
233 B
JSON
8 lines
233 B
JSON
{
|
|
"watch": ["./","../Common", "../CommonServer", "../Model"],
|
|
"ext": "ts,json,tsx,env,js,jsx,hbs",
|
|
"ignore": [
|
|
"greenlock.d/*"
|
|
],
|
|
"exec": "node --inspect=0.0.0.0:9229 --require ts-node/register Index.ts"
|
|
} |