From 477b3be32cbde8d7b158377bc51f893bb3fa7460 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sat, 6 Oct 2018 21:58:24 -0600 Subject: [PATCH] .gitfiles --- .gitattributes | 3 +++ .gitignore | 10 ++++++++++ 2 files changed, 13 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..b402e50 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +*.key +*.crt +*.pem +*.swp +*.swo +*.pub +cli-keys +fake-ssh +gcpkeys +*.json