| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- # Maven
- target/
- pom.xml.tag
- pom.xml.releaseBackup
- pom.xml.versionsBackup
- pom.xml.next
- release.properties
- dependency-reduced-pom.xml
- buildNumber.properties
- .mvn/timing.properties
- .mvn/wrapper/maven-wrapper.jar
- # IntelliJ IDEA
- .idea/
- *.iws
- *.iml
- *.ipr
- # Eclipse
- .classpath
- .project
- .settings/
- bin/
- # VS Code
- .vscode/
- # macOS
- .DS_Store
- # Log files
- *.log
- # Data files
- data/
- *.csv
- # Temporary files
- *.tmp
- *.bak
- *.swp
- *~
- # Package Files
- *.jar
- *.war
- *.nar
- *.ear
- *.zip
- *.tar.gz
- *.rar
- # Application properties (if containing sensitive data)
- # application-prod.yml
- # application-local.yml
|