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:
parent
4bbcb61a9e
commit
6da47936c6
3 changed files with 14 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -65,4 +65,7 @@ venv/
|
|||
|
||||
#ignore addons directory
|
||||
/addons
|
||||
/addon
|
||||
/addon
|
||||
|
||||
#ignore .htaccess
|
||||
.htaccess
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue