mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-09-21 05:50:36 +08:00
50 lines
557 B
Plaintext
50 lines
557 B
Plaintext
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
*.rar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
# web
|
|
dist/
|
|
|
|
## IDEA configs
|
|
|
|
*.iml
|
|
/idea/
|
|
|
|
|
|
## Mac OS
|
|
.DS_Store
|
|
|
|
## tests
|
|
server/test/io.cloudbeaver.test.platform/workspace/.data/
|
|
|
|
## Eclipse configs
|
|
|
|
.project
|
|
.classpath
|
|
.settings/
|
|
|
|
## Eclipse PDE
|
|
*.product.launch
|
|
|
|
workspace-dev-ce/
|
|
deploy/cloudbeaver
|
|
server/**/target
|
|
apps/**/target
|
|
osgi-cache/ |