1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-29 22:11:22 +02:00
gitea/conf
2014-06-20 00:25:23 -04:00
..
content
etc
gitignore
license
app.ini
mysql.sql
README.md
supervisor.ini

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/...