36 lines
413 B
Plaintext
36 lines
413 B
Plaintext
*.class
|
|
.checkstyle
|
|
.fbExcludeFilterFile
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# IDE Files
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
.idea
|
|
|
|
# Generated stuff
|
|
target/
|
|
target-ide/
|
|
*.iml
|
|
.DS_Store
|
|
data/
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
.factorypath
|
|
.apt_generated_tests/
|
|
|
|
# Sphinx documentation
|
|
.tox/
|
|
docs/_build/
|
|
|