commit ad31b2ff89ff5ae6fe9d0bcb5340c4faa1a97ef5 Author: kevinheyer Date: Wed Feb 19 19:14:25 2025 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ea85b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# ---> 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 + +# ---> Ansible +*.retry + diff --git a/README.md b/README.md new file mode 100644 index 0000000..1158078 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# ansible-environment +