renamed .htaccess to .htaccess-dist and ignored .htaccess afterwards (#5428)

* renamed .htaccess to .htaccess-dist and ignored .htaccess afterwards. This
allows local changes to it without having a dirty checkout directory.

Signed-off-by: Roland Häder <roland@mxchange.org>

* Some fixes:
- removed non-neutral words
- added examples for Linux/Windows

* Better documentation and added note about **not** renaming the file.

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2018-07-21 02:27:37 +02:00 committed by Hypolite Petovan
parent 4bbcb61a9e
commit 6da47936c6
3 changed files with 14 additions and 1 deletions

5
.gitignore vendored
View file

@ -65,4 +65,7 @@ venv/
#ignore addons directory
/addons
/addon
/addon
#ignore .htaccess
.htaccess