Let's have .htaccess not being committed
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
ec0e3e431a
commit
b9ba616b7b
3 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
*.out
|
||||
.htaccess
|
||||
.htconfig.php
|
||||
#*
|
||||
favicon.*
|
||||
|
|
|
|||
|
|
@ -30,6 +30,8 @@ Example cronjob using `www-data` user.
|
|||
*/5 * * * * www-data cd /var/www/friendica-directory; php include/cron_sync.php
|
||||
```
|
||||
|
||||
### 5. Copy .htaccess-dist to .htaccess and make local modifications
|
||||
|
||||
## How syncing works
|
||||
|
||||
The new syncing features include: pushing and pulling.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue