You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
652 B
57 lines
652 B
# Eclipse project files
|
|
.project
|
|
.classpath
|
|
.settings
|
|
|
|
# IntelliJ IDEA project files and directories
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Build targets
|
|
/target
|
|
*/target
|
|
target
|
|
/applog
|
|
*/applog
|
|
applog
|
|
|
|
# Mac-specific directory that no other operating system needs.
|
|
.DS_Store
|
|
|
|
# JVM crash logs
|
|
hs_err_pid*.log
|
|
|
|
dependency-reduced-pom.xml
|
|
|
|
*/.unison.*
|
|
|
|
# exclude docker-sync stuff
|
|
.docker-sync
|
|
*/.docker-sync
|
|
|
|
# exclude vscode files
|
|
.vscode/
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
*.factorypath
|
|
|
|
# misc
|
|
*classes
|
|
*.class
|
|
.svn
|
|
logs/
|
|
lib/
|
|
applog/
|
|
|
|
# Maven ignore
|
|
.flattened-pom.xml
|
|
|
|
# Polaris
|
|
*/backup
|
|
/backup
|
|
backup
|