From eb586e1ddb42d0456fff44e7282d6807956ad7e4 Mon Sep 17 00:00:00 2001 From: Microsoft GitHub User Date: Sun, 12 Aug 2018 17:26:02 -0700 Subject: [PATCH] Initial commit --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ee7b7a --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +.vagrant +/cookbooks + +# Bundler +bin/* +.bundle/* + +.kitchen/ +.kitchen.local.yml