Ignore package.json and rollup.config.js on codacy

This commit is contained in:
Benedikt Kulmann
2020-07-01 11:05:34 +02:00
parent 58cb3da61f
commit 8158999cd1
+2
View File
@@ -4,5 +4,7 @@ exclude_paths:
- changelog/**
- docs/**
- pkg/proto/**
- package.json
- rollup.config.js
...