Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
ignore the new location for htaccess
  • Loading branch information
lachlan-00 committed Jan 21, 2021
1 parent fda7176 commit 2f871a8
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
/.maintenance
/channel/.htaccess
/config/ampache-doped.cfg.php
/config/ampache.cfg.php
/config/registration_agreement.php
/log/
/logs/
/modules/plugins/ampache-*
/play/.htaccess
/rest/.htaccess
/tmp/
/public/lib/components
config/ampache-doped.cfg.php
config/ampache.cfg.php
config/registration_agreement.php
log/
logs/
tmp/
modules/plugins/ampache-*
public/.maintenance
public/channel/.htaccess
public/play/.htaccess
public/rest/.htaccess
public/lib/components
bootstrap/
components/
client/
newclient/
core/
develop/
master/
Expand Down

0 comments on commit 2f871a8

Please sign in to comment.