This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
better looks on github
for-closed-social
skyblue
10 years ago
parent
7a4c6c22ce
commit
583f11f27c
1 changed files
with
6 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-8
.fswatch.json
+ 6
- 8
.fswatch.json
View File
@ -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"
:
{
"P
ROGRAM
"
:
"fswatch"
"P
OWERED_BY
"
:
"
github.com/shxsun/
fswatch"
}
,
"enable-restart"
:
false
}
Write
Preview
Loading…
Cancel
Save