mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-21 12:35:33 +03:00
7f2f8de922
Merge in DNS/adguard-home from imp-naming to master Squashed commit of the following: commit d9e75c37af9a738384393735c141a41406d22eeb Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu May 13 15:52:14 2021 +0300 all: less annoying pkg names
28 lines
646 B
Text
28 lines
646 B
Text
# 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
|
|
/bin/
|
|
/build/*
|
|
/build2/*
|
|
/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
|
|
!/build2/gitkeep
|