Add IntelliJ code style settings (no wildcard imports)

This commit is contained in:
P0nk
2024-05-22 08:06:46 +02:00
parent df0c7f8b46
commit 2ed35db216
3 changed files with 19 additions and 1 deletions

7
.gitignore vendored
View File

@@ -1,5 +1,6 @@
/logs/**
.idea/
.idea/*
!.idea/codeStyles/
*.iml
/target
@@ -16,3 +17,7 @@
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
# Database
database/docker-db-data
database/docker-pg-db-data