Better .gitignore of integration test stuff. (#316)

This commit is contained in:
Tom Limoncelli 2018-02-05 10:28:58 -05:00 committed by GitHub
parent 7a4dca5ad5
commit 65f8fb63f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 6 deletions

6
.gitignore vendored
View file

@ -8,6 +8,8 @@ creds.json
ExternalDNS
docs/_site
powershell.log
zones/
*.env
integrationTest/env.sh
/integrationTest/zones/*.zone
/integrationTest/config/*.yaml
env.sh
certs/

View 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

View 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

View file

@ -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.