diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2020-06-18 11:16:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 23:16:59 -0400 |
commit | 03ba974481296b76f87cbd756e41ecf5be9d006b (patch) | |
tree | 34b1ad7c6bdb3612a5854184619db3839565c3c4 /.gitignore | |
parent | 6c81b738f71e46aae33424051ac3e4cffa974fed (diff) | |
download | gitea-03ba974481296b76f87cbd756e41ecf5be9d006b.tar.gz gitea-03ba974481296b76f87cbd756e41ecf5be9d006b.zip |
Rename custom/conf/app.ini.sample to custom/conf/app.example.ini for better syntax light on editor (#11926)
* Rename custom/conf/app.ini.sample to custom/conf/app.sample.ini for better syntax light on editor
* rename to app.example.ini
* per @6543 's comment, update all references on docs
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 9c4a15c9cc..90a103eca1 100644 --- a/.gitignore +++ b/.gitignore @@ -53,7 +53,7 @@ coverage.all /custom/* !/custom/conf /custom/conf/* -!/custom/conf/app.ini.sample +!/custom/conf/app.example.ini /data /indexers /log |