about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorEmile <git@emile.space>2025-02-12 21:24:31 +0100
committerEmile <git@emile.space>2025-02-12 21:24:31 +0100
commitc0a8852e4ec21f15c5a862201515518c3eee7734 (patch)
treeeb906ede104475df681d3b61ecae234d5bb67b62 /.gitignore
parent2e1c7e7c033a8d1819c65a65dbed71f884e2fec1 (diff)
template: a basic golang app template
This template allows building golang apps as well as a corresponding
docker container from the built package
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e43b0f9..d5fec98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 .DS_Store
+result