MyShaarli/.gitignore
VirtualTam 4bf35ba56b application: refactor version checks, move to ApplicationUtils
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>
2015-11-26 23:19:37 +01:00

27 lines
354 B
Plaintext

# 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