Skip to content

Commit aa57bc5

Browse files
committed
Add /log to .gitignore to avoid any more nasty accidents
1 parent e5d21a6 commit aa57bc5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ target/
5252

5353
# Cloudbot
5454
persist/
55+
log/
5556
config.json
5657
*.db
5758
*.log

cloudbot/hook.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,5 @@ def _on_start_hook(func):
297297
return lambda func: _on_start_hook(func)
298298

299299

300+
# this is temporary, to ease transition
300301
onload = on_start

0 commit comments

Comments
 (0)