00f98bdaca
Relates to #71 Relates to #95 Additions: - Makefile for easy usage, - Composer file to declare dev & test dependencies. Features: - PHP Copy/Paste Detect: detect duplicate code; - PHP Code Sniffer: static analysis, syntax checking, - PHP Mess Detector: static analysis, syntax checking. Signed-off-by: VirtualTam <virtualtam@flibidi.org>
20 lines
253 B
Text
20 lines
253 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 output
|
|
phpmd.html
|