4bf35ba56b
Relates to #372 Modifications: - move checkUpdate() to ApplicationUtils - reduce file I/O operations during version checks - apply coding conventions - add test coverage Tools: - create a sandbox directory for tests Signed-off-by: VirtualTam <virtualtam@flibidi.net>
26 lines
354 B
Text
26 lines
354 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 development and test resources
|
|
coverage
|
|
doxygen
|
|
sandbox
|
|
phpmd.html
|
|
|
|
# Ignore user plugin configuration
|
|
plugins/*/config.php
|