From 74039efb66ab95335fbcbecc83f399467ce3533b Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sun, 7 Oct 2018 20:33:48 -0600 Subject: [PATCH] initial --- .gitattributes | 3 +++ .gitignore | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7b63e26 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +vendor/**/* -diff +vendor/vendor.json diff +testdata/* -diff diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..13b39e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +*.key +*.crt +*.pem +*.swp +*.swo +*.pub +cli-keys +fake-ssh +gcpkeys +*.json +*mnt +ssh-portable +testdata/a +testdata/b