commit e0d9e388e34e0f1e25e90ff329c8d00906c1250c Author: andrewamason Date: Fri Jul 11 09:52:33 2025 -0400 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c2b884 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + diff --git a/README.md b/README.md new file mode 100644 index 0000000..5b42e54 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# template + diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..e69de29