diff --git a/.gitignore b/.gitignore index 66de342a1..73e9ea7a4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ phpunit.xml composer.lock vendor +/build diff --git a/humbug.json b/humbug.json new file mode 100644 index 000000000..1be124e5f --- /dev/null +++ b/humbug.json @@ -0,0 +1,12 @@ +{ + "timeout": 10, + "source": { + "directories": [ + "src" + ] + }, + "logs": { + "text": "build/humbuglog.txt", + "json": "build/humbuglog.json" + } +}