From 234ab23557f7c0dc8da4c76159d2d1e915d3ce3c Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Fri, 26 Oct 2018 14:13:31 +0300 Subject: [PATCH] Fix gitignore --- .gitignore | 1 + client/src/helpers/trackers/adguard.json | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4f695bdf..86a6ee69 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store .vscode +.idea debug /AdGuardHome /AdGuardHome.yaml diff --git a/client/src/helpers/trackers/adguard.json b/client/src/helpers/trackers/adguard.json index 1272827e..1ae36e5b 100644 --- a/client/src/helpers/trackers/adguard.json +++ b/client/src/helpers/trackers/adguard.json @@ -61,6 +61,11 @@ "name": "Branch.io", "categoryId": 101, "url": "https://branch.io/" + }, + "adocean": { + "name": "Gemius Adocean", + "categoryId": 4, + "url": "https://adocean-global.com/" } }, "trackerDomains": { @@ -72,6 +77,7 @@ "appsflyer.com": "appsflyer", "appmetrica.yandex.com": "yandex_appmetrica", "adjust.com": "adjust", - "mobileapptracking.com": "branch" + "mobileapptracking.com": "branch", + "adocean.cz": "adocean" } } \ No newline at end of file