Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sh text eol=lf
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions bots/archived/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ignore archived bot files created at runtime
*
!.gitignore
2 changes: 2 additions & 0 deletions bots/credentials/master_account/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore generated password verification file
.password_verification
3 changes: 3 additions & 0 deletions bots/credentials/master_account/connectors/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ignore connector credential files
*
!.gitignore
3 changes: 3 additions & 0 deletions bots/instances/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ignore live bot instance data
*
!.gitignore