From 01566e23191f784e94ad70a59e4cb72eb172f5f2 Mon Sep 17 00:00:00 2001 From: vince Date: Sun, 27 Feb 2022 18:05:48 -0700 Subject: [PATCH] Initial commit --- .gitignore | 17 +++++++++++++++++ LICENSE | 3 +++ README.md | 3 +++ 3 files changed, 23 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..54ad569 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# ---> Ansible +*.retry + +# ---> 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/LICENSE b/LICENSE new file mode 100644 index 0000000..58a1d1b --- /dev/null +++ b/LICENSE @@ -0,0 +1,3 @@ +Additional permission under GNU GPL version 3 section 7 + +If you modify this Program, or any covered work, by linking or combining it with [name of library] (or a modified version of that library), containing parts covered by the terms of [name of library's license], the licensors of this Program grant you additional permission to convey the resulting work. Corresponding Source for a non-source form of such a combination shall include the source code for the parts of [name of library] used as well as that of the covered work. diff --git a/README.md b/README.md new file mode 100644 index 0000000..19edb9f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# GenericConfigs + +A repo for public generic configs \ No newline at end of file