From f4de81246a002e9b6e09d3bf7818bb4bf146ce1e Mon Sep 17 00:00:00 2001 From: Tim Chamberlain Date: Wed, 27 Jul 2022 23:43:31 -0500 Subject: [PATCH] QQQ-27: gitignore .env and added dotenv library for all modules --- .gitignore | 1 + pom.xml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index b65cb041..2c7054c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ target/ *.iml +.env ############################################# diff --git a/pom.xml b/pom.xml index a23bfc5e..93770e91 100644 --- a/pom.xml +++ b/pom.xml @@ -98,6 +98,11 @@ + + io.github.cdimascio + java-dotenv + 5.2.2 + org.apache.maven.plugins maven-checkstyle-plugin