commit 89bf6bbd688485cd9ffef0cfcdccc81c6e01dad8 Author: adam Date: Tue Jun 8 06:58:46 2021 -0400 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b60c46d --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..eba0665 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# directors-assistant + +listen on kafka for commands, execute without question \ No newline at end of file