bisq-api-reference/.gitignore
Christoph Atteneder 470e4d8421
Extend for python
2022-03-21 13:00:45 +01:00

53 lines
957 B
Plaintext

.idea
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# Files generated by build, execution
cli-examples/*.iml
java-examples/*.iml
java-examples/build
java-examples/.gradle
java-examples/src/main/proto/*.proto
proto-downloader/*.iml
proto-downloader/*.proto
python-examples/*.iml
python-examples/myvenv
python-examples/bisq/__pycache__
python-examples/bisq/api/__pycache__
python-examples/bisq/api/*.py
python-examples/bisq/bots/__pycache__
python-examples/bisq/bots/bisq_events/__pycache__
python-examples/proto/*.proto
python-examples/build
python-examples/.eggs
python-examples/bisq.egg-info
reference-doc-builder/*.iml
reference-doc-builder/build
reference-doc-builder/.gradle
scratch
*/out
index.html.md
测试文档.md