QQQ-27: gitignore .env and added dotenv library for all modules

This commit is contained in:
Tim Chamberlain
2022-07-27 23:43:31 -05:00
parent 5554d97d08
commit f4de81246a
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
target/
*.iml
.env
#############################################

View File

@ -98,6 +98,11 @@
</dependency>
<!-- Common deps for all qqq modules -->
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>java-dotenv</artifactId>
<version>5.2.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>