mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Better .gitignore of integration test stuff. (#316)
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -8,6 +8,8 @@ creds.json
|
|||||||
ExternalDNS
|
ExternalDNS
|
||||||
docs/_site
|
docs/_site
|
||||||
powershell.log
|
powershell.log
|
||||||
zones/
|
integrationTest/env.sh
|
||||||
*.env
|
/integrationTest/zones/*.zone
|
||||||
|
/integrationTest/config/*.yaml
|
||||||
|
env.sh
|
||||||
certs/
|
certs/
|
||||||
|
2
integrationTest/config/README.txt
Normal file
2
integrationTest/config/README.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Git can't create an empty directory, so this file is here as a workaround.
|
||||||
|
https://stackoverflow.com/questions/115983
|
2
integrationTest/zones/README.txt
Normal file
2
integrationTest/zones/README.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Git can't create an empty directory, so this file is here as a workaround.
|
||||||
|
https://stackoverflow.com/questions/115983
|
@@ -1,4 +0,0 @@
|
|||||||
$TTL 300
|
|
||||||
@ IN SOA DEFAULT_NOT_SET. DEFAULT_NOT_SET. 2018010281 3600 600 604800 1440
|
|
||||||
IN NS ns1.otherdomain.tld.
|
|
||||||
IN NS ns2.otherdomain.tld.
|
|
Reference in New Issue
Block a user