mirror of https://github.com/go-gitea/gitea.git
|
11 years ago | |
---|---|---|
.. | ||
content | 11 years ago | |
etc | 11 years ago | |
gitignore | 11 years ago | |
license | 11 years ago | |
README.md | 11 years ago | |
app.ini | 11 years ago | |
mysql.sql | 11 years ago | |
supervisor.ini | 11 years ago |
README.md
NOTICE
This directory only used for development, and us go-bindata to store in memory for releases.
To apply any change in this directory, install go-bindata, and then execute following command in root of source directory:
$ go-bindata -ignore="\\.DS_Store|README.md" -o modules/bin/conf.go -pkg="bin" conf/...