From 90a3386e6fd6079d3720219c6be937885865fd68 Mon Sep 17 00:00:00 2001 From: SoulCompiler Date: Sat, 20 Sep 2025 14:36:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 1 + .gitignore | 3 +++ bots/archived/.gitignore | 3 +++ bots/credentials/master_account/.gitignore | 2 ++ bots/credentials/master_account/connectors/.gitignore | 3 +++ bots/instances/.gitignore | 3 +++ 6 files changed, 15 insertions(+) create mode 100644 .gitattributes create mode 100644 bots/credentials/master_account/.gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..526c8a38d4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf \ No newline at end of file diff --git a/.gitignore b/.gitignore index 68bc17f9ff..a8fbb4b007 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# Hummingbot Deploy runtime files +bots/credentials/master_account/.password_verification diff --git a/bots/archived/.gitignore b/bots/archived/.gitignore index e69de29bb2..8d76a7da0f 100644 --- a/bots/archived/.gitignore +++ b/bots/archived/.gitignore @@ -0,0 +1,3 @@ +# Ignore archived bot files created at runtime +* +!.gitignore diff --git a/bots/credentials/master_account/.gitignore b/bots/credentials/master_account/.gitignore new file mode 100644 index 0000000000..6cf4be46b0 --- /dev/null +++ b/bots/credentials/master_account/.gitignore @@ -0,0 +1,2 @@ +# Ignore generated password verification file +.password_verification diff --git a/bots/credentials/master_account/connectors/.gitignore b/bots/credentials/master_account/connectors/.gitignore index e69de29bb2..ef5888f599 100644 --- a/bots/credentials/master_account/connectors/.gitignore +++ b/bots/credentials/master_account/connectors/.gitignore @@ -0,0 +1,3 @@ +# Ignore connector credential files +* +!.gitignore diff --git a/bots/instances/.gitignore b/bots/instances/.gitignore index e69de29bb2..2021b4f357 100644 --- a/bots/instances/.gitignore +++ b/bots/instances/.gitignore @@ -0,0 +1,3 @@ +# Ignore live bot instance data +* +!.gitignore