From 3e47bad40ad0492f7a35184e5acaf855c20e628f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 18 Jan 2017 20:46:18 -0800 Subject: [PATCH] gitignore should ignore test files that use .terraform/tfstate --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3ad3dd465..5982d2c64 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,7 @@ website/node_modules *.iml website/vendor + +# Test exclusions +!command/test-fixtures/**/*.tfstate +!command/test-fixtures/**/.terraform/