From c2016ad8b88fad639e175369d821dfb9ea560b672cc20b289e7434406f3ea306 Mon Sep 17 00:00:00 2001 From: kocoder Date: Tue, 2 Jul 2024 22:25:00 +0000 Subject: [PATCH] Initial commit --- .gitignore | 23 +++++++++++++++++++++++ LICENSE | 3 +++ README.md | 3 +++ 3 files changed, 29 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..0c326ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# ---> Go +# If you prefer the allow list template instead of the deny list, see community template: +# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore +# +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + +# Go workspace file +go.work + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..358b5a2 --- /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..ba74a7d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# gitea-workspaces + +This repository will hold a kubernetes pod configuration to create codespaces-like workspaces using vs-code in the browser on the fly inside your kubernetes cluster \ No newline at end of file