From fa7a570b6f07e148d33b9b3c0d192c270eb72666 Mon Sep 17 00:00:00 2001 From: kollektiv <> Date: Sat, 24 Nov 2018 18:10:53 +0000 Subject: [PATCH] Initial commit --- .gitignore | 16 ++++++++++++++++ README.md | 3 +++ 2 files changed, 19 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7560965 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# ---> Go +# Binaries for programs and plugins +*.exe +*.dll +*.so +*.dylib + +# Test binary, build with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 +.glide/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..b34dd3e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# kollektivfonden.dk + +hugo projekt for kollektivfonden.dk \ No newline at end of file