1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 01:39:28 +02:00
ampache/.gitignore
Phyks (Lucas Verney) 2bb142eeb8 Fix issue #1260
Fix coding guidelines incoherences. Code should match PSR1/2 now, and
php-cs is set to check it on each commit.

Also fixed the Git hook to take into account only added, modified,
copied and renamed files (preventing errors when trying to check deleted
files).

Closes #1260.
2016-08-01 21:55:14 +02:00

28 lines
384 B
Text

/config/ampache.cfg.php
/config/ampache-doped.cfg.php
/rest/.htaccess
/play/.htaccess
/channel/.htaccess
*.phpproj
*.sln
*.v11.suo
*.suo
/logs/
/log/
/nbproject/private/
.pc
/tmp/
*~
*#
*.log
/lib/vendor/
/lib/components/
web.config
/config/motd.php
/config/registration_agreement.php
/.maintenance
/modules/plugins/ampache-*
robots.txt
php-cs-fixer.phar
.php_cs.cache
cs_fixer_tmp_*