Remove package.json and rollup.config.js from codacy

This commit is contained in:
Benedikt Kulmann
2020-05-22 10:40:00 +02:00
parent aaa49e329f
commit 97359589f1

View File

@@ -4,5 +4,7 @@ exclude_paths:
- changelog/**
- docs/**
- pkg/proto/**
- package.json
- rollup.config.js
...