mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
13 lines
191 B
JSON
13 lines
191 B
JSON
{
|
|
"restartable": "rs",
|
|
"ignore": [
|
|
".git",
|
|
"node_modules/**/node_modules",
|
|
"awx/ui/static/docs/**/*"
|
|
],
|
|
"watch": [
|
|
"awx/ui/static"
|
|
],
|
|
"ext": "js json less html"
|
|
}
|