From f36dc2e991de5f105a92b568e5f92525b3c2f883 Mon Sep 17 00:00:00 2001 From: Yizhen Shi <61877973+yizshi@users.noreply.github.com> Date: Wed, 18 May 2022 10:19:25 -0400 Subject: [PATCH] add git ignore for vagrant folder (#226) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c2ec50e..27c5f46 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ test.conf __pycache__/ Vagrantfile .isort.cfg +.vagrant/ \ No newline at end of file