From b11e5260eff1c9e03116c413eff6d30ae3db3bf0 Mon Sep 17 00:00:00 2001 From: Gino Date: Tue, 1 Jun 2021 12:43:03 +0200 Subject: [PATCH] update --- .bettercodehub.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .bettercodehub.yml diff --git a/.bettercodehub.yml b/.bettercodehub.yml new file mode 100644 index 0000000..f9089cd --- /dev/null +++ b/.bettercodehub.yml @@ -0,0 +1,21 @@ +component_depth: 3 +languages: + - php +exclude: + - /nlx-setup/.* + - /resources/.* + - /api/bin/.* + - /api/config/.* + - /api/docker/.* + - /api/docs/.* + - /api/helm/.* + - /api/migrations/.* + - /api/nlx-setup/.* + - /api/public/.* + - /api/templates/.* + - /api/translations/.* + - /api/var/.* + - /api/vendor/.* + - /api/src/Entity/.* + - /api/src/DataFixtures/.* + - /api/src/Repository/.*