mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-21 12:35:33 +03:00
ab8defdb08
Merge in DNS/adguard-home from 2304-fix-panic to master
Updates #2304.
Squashed commit of the following:
commit bd7742eb144b46e16c751f98f6a4a6f15fbfa60e
Merge: 26313926e 7d1d87d6e
Author: Eugene Burkov <e.burkov@adguard.com>
Date: Wed Dec 2 14:29:37 2020 +0300
Merge branch 'master' into 2304-fix-panic
commit 26313926e827d1f5ceb4eec744b814ce7c32663d
Author: Eugene Burkov <e.burkov@adguard.com>
Date: Wed Dec 2 14:09:16 2020 +0300
all: add gitignore rule
commit 5a8521bd9b4014972107e8de352e20144f8187fb
Author: Eugene Burkov <e.burkov@adguard.com>
Date: Wed Dec 2 14:03:26 2020 +0300
dhcpd: fix zero-length ip addresses list bug
31 lines
436 B
Text
31 lines
436 B
Text
.DS_Store
|
|
/.vscode
|
|
.idea
|
|
/AdGuardHome
|
|
/AdGuardHome.exe
|
|
/AdGuardHome.yaml
|
|
/AdGuardHome.log
|
|
/data/
|
|
/build/
|
|
/dist/
|
|
/client/node_modules/
|
|
/querylog.json
|
|
/querylog.json.1
|
|
coverage.txt
|
|
leases.db
|
|
|
|
# Test output
|
|
dnsfilter/tests/top-1m.csv
|
|
dnsfilter/tests/dnsfilter.TestLotsOfRules*.pprof
|
|
|
|
# Snapcraft build temporary files
|
|
*.snap
|
|
launchpad_credentials
|
|
snapcraft_login
|
|
snapcraft.yaml.bak
|
|
|
|
# IntelliJ IDEA project files
|
|
*.iml
|
|
|
|
# Packr
|
|
*-packr.go
|