26 lines
No EOL
363 B
Text
26 lines
No EOL
363 B
Text
# 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 test data & output
|
|
coverage
|
|
tests/datastore.php
|
|
tests/dummycache/
|
|
phpmd.html
|
|
|
|
# Ignore user plugin configuration
|
|
plugins/*/config.php |