This commit is contained in:
robin
2022-04-05 02:52:41 +08:00
commit a593253a63
31 changed files with 449 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"ignore": [
".git",
".svn",
".idea",
"node_modules/**/node_modules"
],
"exec": "node bin/main.js"
}