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:
parent
7a29944836
commit
a0d03bb311
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -23,9 +23,11 @@ report/
|
||||||
.buildpath
|
.buildpath
|
||||||
.externalToolBuilders
|
.externalToolBuilders
|
||||||
.settings
|
.settings
|
||||||
|
|
||||||
#ignore OSX .DS_Store files
|
#ignore OSX .DS_Store files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
#ignore NetBeans IDE's private files (at least)
|
||||||
/nbproject/private/
|
/nbproject/private/
|
||||||
|
|
||||||
#ignore smarty cache
|
#ignore smarty cache
|
||||||
|
@ -60,3 +62,6 @@ vendor/*
|
||||||
|
|
||||||
#ignore addons/ directory
|
#ignore addons/ directory
|
||||||
addons/
|
addons/
|
||||||
|
|
||||||
|
#Ignore .htaccess as it may contain local changes
|
||||||
|
.htaccess
|
||||||
|
|
|
@ -38,4 +38,3 @@ AddType audio/ogg .oga
|
||||||
RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
|
RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
|
||||||
|
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
Loading…
Reference in a new issue