2013-02-26 13:23:26 +01:00
|
|
|
# Ignore data/, tmp/, cache/ and pagecache/
|
2013-03-10 14:16:29 +01:00
|
|
|
data
|
|
|
|
tmp
|
|
|
|
cache
|
|
|
|
pagecache
|
|
|
|
|
|
|
|
# Eclipse project files
|
|
|
|
.settings
|
|
|
|
.buildpath
|
2014-09-10 15:20:44 +02:00
|
|
|
.project
|
|
|
|
|
|
|
|
# Ignore raintpl generated pages
|
2015-02-25 22:08:50 +01:00
|
|
|
*.rtpl.php
|
|
|
|
|
|
|
|
# Ignore test dependencies
|
|
|
|
composer.lock
|
|
|
|
/vendor/
|
|
|
|
|
2015-03-12 00:43:02 +01:00
|
|
|
# Ignore test data & output
|
|
|
|
coverage
|
|
|
|
tests/datastore.php
|
2015-08-14 01:14:07 +02:00
|
|
|
tests/dummycache/
|
2015-02-25 22:08:50 +01:00
|
|
|
phpmd.html
|
2015-07-15 11:42:15 +02:00
|
|
|
|
|
|
|
# Ignore user plugin configuration
|
|
|
|
plugins/*/config.php
|