Continued:

- renamed .htaccess -> .htaccess-dist and ignored .htaccess to allow local
  changes
- described /nbproject/private/ ignore (NetBeans IDE's private project data)

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2018-05-02 22:26:24 +02:00
parent 7a29944836
commit a0d03bb311
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
2 changed files with 6 additions and 2 deletions

5
.gitignore vendored
View File

@ -23,9 +23,11 @@ report/
.buildpath
.externalToolBuilders
.settings
#ignore OSX .DS_Store files
.DS_Store
#ignore NetBeans IDE's private files (at least)
/nbproject/private/
#ignore smarty cache
@ -60,3 +62,6 @@ vendor/*
#ignore addons/ directory
addons/
#Ignore .htaccess as it may contain local changes
.htaccess

View File

@ -38,4 +38,3 @@ AddType audio/ogg .oga
RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
</IfModule>