mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-15 18:08:30 -07:00
54a141abde
Merge in DNS/adguard-home from remove-client2 to master Squashed commit of the following: commit 0a0923494b0d1003e4f02f3a5f93d5248f0f2ded Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Jan 20 17:14:29 2023 +0300 all: rm old experimental beta (dir client2/) This project was unfortunately abandoned. v0.108.0 will have a different front-end and new APIs.
28 lines
632 B
Plaintext
28 lines
632 B
Plaintext
# 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
|
|
*.snap
|
|
/agh-backup/
|
|
/bin/
|
|
/build/*
|
|
/data/
|
|
/dist/
|
|
/filtering/tests/filtering.TestLotsOfRules*.pprof
|
|
/filtering/tests/top-1m.csv
|
|
/launchpad_credentials
|
|
/querylog.json*
|
|
/snapcraft_login
|
|
AdGuardHome*
|
|
coverage.txt
|
|
leases.db
|
|
node_modules/
|
|
|
|
!/build/gitkeep
|