From 85758d49dba2d790d1adc8561d13be87854a4673 Mon Sep 17 00:00:00 2001 From: Nick Gerakines Date: Mon, 13 Apr 2020 15:37:48 -0400 Subject: [PATCH] Updating .gitignore to exclude test environment directory. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 518e5c0..c6bc8af 100644 --- a/.gitignore +++ b/.gitignore @@ -53,4 +53,6 @@ dist/ # local development environment files common.env tavern-town.env -*.pem \ No newline at end of file +*.pem +test_environment/ +