aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAKP <tom@tdpain.net>2022-04-01 19:49:58 +0100
committerAKP <tom@tdpain.net>2022-04-01 19:49:58 +0100
commite03d17ffbebebba0c5f0468addf8349c2336c437 (patch)
tree8d2a0845555f51e60af11a0a12b72b706401d092 /.gitignore
parent7709fa6d8321caae2bf1c96e88baf85473946e67 (diff)
First endpoint
Signed-off-by: AKP <tom@tdpain.net>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..60759b8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,27 @@
+
+### Go ###
+# 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 Patch ###
+/vendor/
+/Godeps/
+
+### -----------------
+
+
+run/
+bin/