From db087bc4c6dd613e5a3721f44a6acb4f88d221aa Mon Sep 17 00:00:00 2001 From: Tom Pfaffe Date: Wed, 22 Apr 2020 13:36:54 -0400 Subject: [PATCH] Update .gitignore Use this to avoid commits of unintended/developer specific files that are not required for replication. Note: This is not my submission for the application objective. --- .gitignore | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9f29af7..54f139b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,25 @@ +#IntelliJ +*iml +.idea_modules/ +.idea +out/ + + +#Build Files +.attach_pid* + + +#Scala *.class *.log -.idea/ \ No newline at end of file + +#Maven +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +release.properties +dependency-reduced-pom.xml +buildNumber.properties +.mvn/timing.properties