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
|
||||
.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
|
||||
|
|
|
@ -38,4 +38,3 @@ AddType audio/ogg .oga
|
|||
RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
|
||||
|
||||
</IfModule>
|
||||
|
Loading…
Reference in a new issue