adding support for automatic code coverage generation into codacy
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,12 +1,14 @@
|
||||
# Ignore data/ and tmp/
|
||||
# Ignore data/, tmp/ and vendor/
|
||||
data/
|
||||
tmp/
|
||||
vendor/
|
||||
# Ignore for safety
|
||||
.htaccess
|
||||
.htpasswd
|
||||
# Ignore unit testing logs, api docs and eclipse project files
|
||||
tst/log/
|
||||
doc/
|
||||
composer.lock
|
||||
.settings
|
||||
.buildpath
|
||||
.project
|
||||
|
||||
Reference in New Issue
Block a user