56 lines
718 B
Plaintext
56 lines
718 B
Plaintext
.classpath
|
|
.project
|
|
.settings/
|
|
.idea/
|
|
.vscode/
|
|
.svn/
|
|
.agents/
|
|
.codex/
|
|
nb-configuration.xml
|
|
nbactions.xml
|
|
*.code-workspace
|
|
*.iml
|
|
.DS_Store
|
|
log/
|
|
bin/
|
|
target/
|
|
out/
|
|
|
|
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# Images
|
|
*.jpg
|
|
# Exception: allow documentation images in ta4j-examples
|
|
!ta4j-examples/docs/img/*.jpg
|
|
!ta4j-examples/docs/img/*.png
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# temp files #
|
|
temp/
|
|
ta4j-examples/indicators.csv
|
|
|
|
# local TODO notes (detailed architecture docs live in ta4j-wiki/architecture/)
|
|
todo/
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
/html/
|