1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 12:42:36 +01:00

Exclude public from codeclimate

This commit is contained in:
Hillel Coren 2016-07-29 11:12:57 +03:00
parent d33b8d3770
commit c0c5fd8c18

View File

@ -30,6 +30,7 @@ exclude_paths:
- "resources/" - "resources/"
- "storage/" - "storage/"
- "tests/" - "tests/"
- "public/"
- "**.md" - "**.md"
- "**.min.js" - "**.min.js"
- "**.min.php" - "**.min.php"