From 89bf6bbd688485cd9ffef0cfcdccc81c6e01dad8 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 8 Jun 2021 06:58:46 -0400 Subject: [PATCH] Initial commit --- .gitignore | 11 +++++++++++ README.md | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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