mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-07-28 20:59:08 +00:00
Merge in DNS/adguard-home from upd-all to master Squashed commit of the following: commit 72a41e9e2d9b9a5fbf24fa69322f9c4dcf3f5fb7 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Aug 14 19:42:11 2025 +0300 specs: export tests commit aa729009306e492fd8a046b5e84f49be87e2a57f Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Aug 14 19:19:54 2025 +0300 all: upd golibs commit 526ce744cfdf167d1e5b763422092e6f450993a6 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Aug 14 17:21:57 2025 +0300 all: upd scripts commit ecc4312764b31e8b84e462321e3690a9b8eebbf6 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Aug 14 17:02:53 2025 +0300 all: upd go & tools
44 lines
1007 B
Plaintext
44 lines
1007 B
Plaintext
# This comment is used to simplify checking local copies of the file. Bump
|
|
# this number every time a significant change is made to this file.
|
|
#
|
|
# AdGuard-Project-Version: 1
|
|
|
|
# Please, DO NOT put your text editors' temporary files here. The more are
|
|
# added, the harder it gets to maintain and manage projects' gitignores. Put
|
|
# them into your global gitignore file instead.
|
|
#
|
|
# See https://stackoverflow.com/a/7335487/1892060.
|
|
#
|
|
# Only build, run, and test outputs here. Sorted. With negations at the
|
|
# bottom to make sure they take effect.
|
|
*.db
|
|
*.log
|
|
*.out
|
|
*.snap
|
|
*.test
|
|
/agh-backup/
|
|
/bin/
|
|
/build/*
|
|
/client/blob-report/
|
|
/client/playwright-report/
|
|
/client/playwright/.cache/
|
|
/client/test-results/
|
|
/data/
|
|
/dist/
|
|
/filtering/tests/filtering.TestLotsOfRules*.pprof
|
|
/filtering/tests/top-1m.csv
|
|
/internal/next/AdGuardHome.yaml
|
|
/launchpad_credentials
|
|
/querylog.json*
|
|
/snapcraft_login
|
|
/test-reports/
|
|
AdGuardHome
|
|
AdGuardHome.exe
|
|
AdGuardHome.yaml*
|
|
coverage.txt
|
|
node_modules/
|
|
test-reports/
|
|
tmp/
|
|
|
|
!/build/gitkeep
|