mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
QQQ-27: gitignore .env
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
target/
|
target/
|
||||||
*.iml
|
*.iml
|
||||||
|
.env
|
||||||
|
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
|
5
pom.xml
5
pom.xml
@ -74,11 +74,6 @@
|
|||||||
<artifactId>picocli-shell-jline3</artifactId>
|
<artifactId>picocli-shell-jline3</artifactId>
|
||||||
<version>4.6.3</version>
|
<version>4.6.3</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>io.github.cdimascio</groupId>
|
|
||||||
<artifactId>java-dotenv</artifactId>
|
|
||||||
<version>5.2.2</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.h2database</groupId>
|
<groupId>com.h2database</groupId>
|
||||||
<artifactId>h2</artifactId>
|
<artifactId>h2</artifactId>
|
||||||
|
Reference in New Issue
Block a user