diff --git a/.codacy.yml b/.codacy.yml new file mode 100644 index 0000000..58c5971 --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,9 @@ +--- +exclude_paths: + - '**.md' + - '**/**.md' + - '**.sql' + - '**.html' + - '**/static/**' + - '**/templates/**' + - '**/test/**'