diff options
| author | Adam Whitlock <adam@adamwhitlock.com> | 2021-12-22 19:48:59 -0600 |
|---|---|---|
| committer | Adam Whitlock <adam@adamwhitlock.com> | 2021-12-29 23:02:47 -0600 |
| commit | b4b02a5240c5503a66072cd2725a9d6ea76f985a (patch) | |
| tree | 99905036f5002062949a944beb4a38b1f6170415 /.gitignore | |
Initial commit of a working Hugo theme using Bulma
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..66fd13c --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# 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/ |
