mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-29 05:09:26 -06:00
12 lines
136 B
JSON
12 lines
136 B
JSON
{
|
|
"ignore": [
|
|
"locales/*",
|
|
"*.log",
|
|
"node_modules/*"
|
|
],
|
|
"watch": [
|
|
"*.js",
|
|
"*.json"
|
|
],
|
|
"ext": "js,json"
|
|
} |