blob: b98c38b9bfd68374354842bf3a62cb941fc69743 (
plain) (
tree)
|
|
# Ignore data/, tmp/, cache/ and pagecache/
data
tmp
cache
pagecache
# Eclipse project files
.settings
.buildpath
.project
# Ignore raintpl generated pages
*.rtpl.php
# Ignore test dependencies
composer.lock
/vendor/
# Ignore development and test resources
coverage
doxygen
tests/datastore.php
tests/dummycache/
phpmd.html
# Ignore user plugin configuration
plugins/*/config.php
|