072e7e294c
Co-authored-by: henriquescrrrr <192057244+henriquescrrrr@users.noreply.github.com>
28 lines
233 B
Plaintext
28 lines
233 B
Plaintext
# Maven build outputs
|
|
target/
|
|
dependency-reduced-pom.xml
|
|
|
|
# IntelliJ IDEA
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
|
|
# Eclipse
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
**/.DS_Store
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
|
|
# Local dev
|
|
*.log
|