You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
filesets:
|
|
includes:
|
|
- conf
|
|
- etc
|
|
- public
|
|
- scripts
|
|
- templates
|
|
- LICENSE
|
|
- README.md
|
|
- README_ZH.md
|
|
- start.bat
|
|
excludes:
|
|
- \.git
|
|
settings:
|
|
build: |
|
|
go get -u -tags "sqlite redis memecache" github.com/gogits/gogs
|
|
go install -tags "sqlite redis memecache"
|
|
|