29 lines
255 B
Plaintext
29 lines
255 B
Plaintext
**/target/
|
|
lombok.config
|
|
|
|
**/.gitignore
|
|
# IntelliJ project files
|
|
.idea
|
|
*.iml
|
|
**/out
|
|
html
|
|
*.ipr
|
|
*.iws
|
|
|
|
# Eclipse project files
|
|
**/.classpath
|
|
**/.project
|
|
**/.settings/
|
|
**/bin/
|
|
|
|
# gradle
|
|
.gradle
|
|
**/build
|
|
|
|
# MacOS
|
|
.DS_Store
|
|
/repo/
|
|
gradle/
|
|
gradlew
|
|
gradlew.bat
|