update default conf
This commit is contained in:
+2
-1
@@ -215,6 +215,7 @@ echo "{
|
|||||||
\"password\": \"${SSH_PASSWORD}\",
|
\"password\": \"${SSH_PASSWORD}\",
|
||||||
\"remoteDir\": \"${SERVER_PROJECT_PATH}\",
|
\"remoteDir\": \"${SERVER_PROJECT_PATH}\",
|
||||||
\"toLocalInclude\": [\".git\"],
|
\"toLocalInclude\": [\".git\"],
|
||||||
|
\"authType\": \"password\",
|
||||||
\"ignore\": [
|
\"ignore\": [
|
||||||
\".git\",
|
\".git\",
|
||||||
\".gosync.json\",
|
\".gosync.json\",
|
||||||
@@ -245,7 +246,7 @@ echo "{
|
|||||||
],
|
],
|
||||||
\"commandOnChange\": {
|
\"commandOnChange\": {
|
||||||
\"files\": [\"*.vue\", \"*.less\", \"*.css\", \"*.js\"],
|
\"files\": [\"*.vue\", \"*.less\", \"*.css\", \"*.js\"],
|
||||||
\"command\": \"sleep 1\",
|
\"command\": \"sleep 2\",
|
||||||
\"excludeDirs\": [\"build\"]
|
\"excludeDirs\": [\"build\"]
|
||||||
}
|
}
|
||||||
}" >.gosync.json
|
}" >.gosync.json
|
||||||
|
|||||||
Reference in New Issue
Block a user