bisq-api-reference/.gitignore

58 lines
1.0 KiB
Plaintext

.idea
.DS_Store
# 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
java-examples/scripts/java-examples*
java-examples/scripts/*.conf
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/grpc_*.py
python-examples/bisq/api/pb_*.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