From 1fefb82210b4de413391c03dfc7099c896fd400b Mon Sep 17 00:00:00 2001 From: Michael O'Brien Date: Sun, 15 Aug 2021 16:43:26 -0400 Subject: [PATCH] #7 - add gitignore for aws-sam --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4927884..4f39c8c 100755 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,11 @@ builds/ target/ !.mvn/wrapper/maven-wrapper.jar +### AWS +.aws-sam ### STS ### .apt_generated -#.classpath +.classpath .factorypath .project .settings