From d245215e2711afa3b828384ad4462280c32a8dd7 Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Mon, 20 Dec 2021 16:07:20 -0500 Subject: [PATCH] Add deploy/ to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2a6c761..223874a 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ dist/ # Output of the go coverage tool, specifically when used with LiteIDE *.out -fabric \ No newline at end of file +deploy +fabfile.py