mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
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
2 changed files with 6 additions and 2 deletions
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
|
||||||
|
|
|
@ -4,7 +4,7 @@ AddType audio/ogg .oga
|
||||||
#AddHandler php53-cgi .php
|
#AddHandler php53-cgi .php
|
||||||
|
|
||||||
<FilesMatch "\.(out|log)$">
|
<FilesMatch "\.(out|log)$">
|
||||||
<IfModule authz_host_module>
|
<IfModule authz_host_module>
|
||||||
#Apache 2.4
|
#Apache 2.4
|
||||||
Require all denied
|
Require all denied
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
@ -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