- Various Bug fixes and improvements - Management API extended - Swagger removed - Guava Upgraded to 19
51 lines
499 B
Plaintext
51 lines
499 B
Plaintext
# Directories #
|
|
/build/
|
|
/*/build/
|
|
/bin/
|
|
/*/bin/
|
|
/target/
|
|
/*/target/
|
|
/*/*/target/
|
|
|
|
# OS Files #
|
|
.DS_Store
|
|
|
|
*.class
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
|
|
# Eclipse IDE
|
|
|
|
*.pydevproject
|
|
.project
|
|
.metadata
|
|
bin/**
|
|
tmp/**
|
|
tmp/**/*
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~.nib
|
|
local.properties
|
|
.classpath
|
|
.settings/
|
|
.loadpath
|
|
|
|
# External tool builders
|
|
.externalToolBuilders/
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
*.launch
|
|
|
|
# CDT-specific
|
|
.cproject
|
|
|
|
# PDT-specific
|
|
.buildpath
|
|
|
|
# Maven
|
|
maven.properties
|
|
/*/maven.properties
|