diff --git a/.gitignore b/.gitignore index f41c12e..105ecf7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc -rtmbot.conf +/rtmbot.conf +/plugins/** diff --git a/doc/example-config/rtmbot.conf b/doc/example-config/rtmbot.conf new file mode 100644 index 0000000..af4861d --- /dev/null +++ b/doc/example-config/rtmbot.conf @@ -0,0 +1,3 @@ +DEBUG: False + +SLACK_TOKEN: "xoxb-111111111111-2222222222222222222" diff --git a/doc/example/counter.py b/doc/example-plugins/counter.py similarity index 100% rename from doc/example/counter.py rename to doc/example-plugins/counter.py diff --git a/doc/example/repeat.py b/doc/example-plugins/repeat.py similarity index 100% rename from doc/example/repeat.py rename to doc/example-plugins/repeat.py diff --git a/doc/example/repeat2.py b/doc/example-plugins/repeat2.py similarity index 100% rename from doc/example/repeat2.py rename to doc/example-plugins/repeat2.py