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-07-13 17:53:36 +02:00
|
|
|
# Ignore development and test resources
|
2015-03-12 00:43:02 +01:00
|
|
|
coverage
|
2015-07-13 17:53:36 +02:00
|
|
|
doxygen
|
2015-11-24 02:52:22 +01:00
|
|
|
sandbox
|
2015-02-25 22:08:50 +01:00
|
|
|
phpmd.html
|
2015-07-15 11:42:15 +02:00
|
|
|
|
|
|
|
# Ignore user plugin configuration
|
2015-11-24 02:52:22 +01:00
|
|
|
plugins/*/config.php
|