2020-12-08 15:23:35 +00:00
|
|
|
# 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.
|
|
|
|
#
|
2021-05-21 11:55:42 +00:00
|
|
|
# Only build, run, and test outputs here. Sorted. With negations at the
|
|
|
|
# bottom to make sure they take effect.
|
2020-12-08 15:23:35 +00:00
|
|
|
*.db
|
2020-12-29 16:53:56 +00:00
|
|
|
*.log
|
2020-12-08 15:23:35 +00:00
|
|
|
*.snap
|
|
|
|
/bin/
|
2021-05-21 11:55:42 +00:00
|
|
|
/build/*
|
|
|
|
/build2/*
|
2020-12-08 15:23:35 +00:00
|
|
|
/data/
|
2019-01-25 19:12:48 +00:00
|
|
|
/dist/
|
2020-12-08 15:23:35 +00:00
|
|
|
/dnsfilter/tests/dnsfilter.TestLotsOfRules*.pprof
|
|
|
|
/dnsfilter/tests/top-1m.csv
|
|
|
|
/launchpad_credentials
|
|
|
|
/querylog.json*
|
|
|
|
/snapcraft_login
|
|
|
|
AdGuardHome*
|
2019-10-02 12:41:14 +00:00
|
|
|
coverage.txt
|
2020-12-29 16:53:56 +00:00
|
|
|
leases.db
|
2020-12-08 15:23:35 +00:00
|
|
|
node_modules/
|
2021-05-21 11:55:42 +00:00
|
|
|
|
|
|
|
!/build/gitkeep
|
|
|
|
!/build2/gitkeep
|