Fix gitignore

This commit is contained in:
Andrey Meshkov 2018-10-26 14:13:31 +03:00
parent b6bc613c87
commit 234ab23557
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
.DS_Store .DS_Store
.vscode .vscode
.idea
debug debug
/AdGuardHome /AdGuardHome
/AdGuardHome.yaml /AdGuardHome.yaml

View file

@ -61,6 +61,11 @@
"name": "Branch.io", "name": "Branch.io",
"categoryId": 101, "categoryId": 101,
"url": "https://branch.io/" "url": "https://branch.io/"
},
"adocean": {
"name": "Gemius Adocean",
"categoryId": 4,
"url": "https://adocean-global.com/"
} }
}, },
"trackerDomains": { "trackerDomains": {
@ -72,6 +77,7 @@
"appsflyer.com": "appsflyer", "appsflyer.com": "appsflyer",
"appmetrica.yandex.com": "yandex_appmetrica", "appmetrica.yandex.com": "yandex_appmetrica",
"adjust.com": "adjust", "adjust.com": "adjust",
"mobileapptracking.com": "branch" "mobileapptracking.com": "branch",
"adocean.cz": "adocean"
} }
} }