mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-17 02:48:28 -07:00
41 lines
545 B
Plaintext
41 lines
545 B
Plaintext
|
.DS_Store
|
||
|
/.git
|
||
|
/.github
|
||
|
/.vscode
|
||
|
.idea
|
||
|
/AdGuardHome
|
||
|
/AdGuardHome.exe
|
||
|
/AdGuardHome.yaml
|
||
|
/AdGuardHome.log
|
||
|
/data
|
||
|
/build
|
||
|
/dist
|
||
|
/client/node_modules
|
||
|
/.gitattributes
|
||
|
/.gitignore
|
||
|
/.goreleaser.yml
|
||
|
/changelog.config.js
|
||
|
/coverage.txt
|
||
|
/Dockerfile
|
||
|
/LICENSE.txt
|
||
|
/Makefile
|
||
|
/querylog.json
|
||
|
/querylog.json.1
|
||
|
/*.md
|
||
|
|
||
|
# 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
|