We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313a538 commit 4c5beddCopy full SHA for 4c5bedd
inch.json
@@ -0,0 +1,16 @@
1
+{
2
+ "files": {
3
+ "included": [
4
+ "frontend/express/public/javascripts/countly/*.js",
5
+ "plugins/*/frontend/public/javascripts/countly.models.js",
6
+ "plugins/*/frontend/public/javascripts/countly.views.js",
7
+ "api/**/*.js",
8
+ "frontend/express/*.js",
9
+ "frontend/express/libs/*.js",
10
+ "plugins/pluginManager.js",
11
+ "plugins/*/api/**/*.js",
12
+ "plugins/*/frontend/*.js",
13
+ "plugins/*/frontend/*.js"
14
+ ]
15
+ }
16
+}
0 commit comments