+Git ignore

This commit is contained in:
Igor I
2025-03-03 09:14:30 +05:00
parent ec8eb065db
commit caceeaefb7
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
*.yml
HELP.md HELP.md
target/ target/
!.mvn/wrapper/maven-wrapper.jar !.mvn/wrapper/maven-wrapper.jar

View File

@ -70,7 +70,7 @@
<dependency> <dependency>
<groupId>org.postgresql</groupId> <groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId> <artifactId>postgresql</artifactId>
<version>42.7.5</version> <version>42.7.4</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
<dependency> <dependency>