From b23b6ab4db6fe6276b191d02edf153582e2d300a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 5 Aug 2019 09:51:00 -0400 Subject: [PATCH] ignore .elasticbeanstalk/ folder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f7fe6f6..06d0054 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,6 @@ yarn-error.log* # Slither crytic-export/ + +# AWS EB CLI +.elasticbeanstalk/