소스 검색

better looks on github

skyblue 11 년 전
부모
커밋
583f11f27c
1개의 변경된 파일6개의 추가작업 그리고 8개의 파일을 삭제
  1. 6 8
      .fswatch.json

+ 6 - 8
.fswatch.json

@@ -1,22 +1,20 @@
 {
-    "paths": [
-		"."
-	],
+    "paths": ["."],
     "depth": 2,
     "exclude": [
-		"^gogs$",
+        "^gogs$",
         "~$",
         "\\.swp$",
         "\\.exe$",
-		"\\.swx$",
-		".*\\.log$"
+        "\\.swx$",
+        ".*\\.log$"
     ],
-    "include": [],
+    "include": ["\\.go$"],
     "command": [
         "bash", "-c", "go build && ./gogs web"
     ],
     "env": {
-        "PROGRAM": "fswatch"
+        "POWERED_BY": "github.com/shxsun/fswatch"
     },
     "enable-restart": false
 }