diff options
| author | AKP <tom@tdpain.net> | 2022-04-01 19:49:58 +0100 |
|---|---|---|
| committer | AKP <tom@tdpain.net> | 2022-04-01 19:49:58 +0100 |
| commit | e03d17ffbebebba0c5f0468addf8349c2336c437 (patch) | |
| tree | 8d2a0845555f51e60af11a0a12b72b706401d092 /.gitignore | |
| parent | 7709fa6d8321caae2bf1c96e88baf85473946e67 (diff) | |
First endpoint
Signed-off-by: AKP <tom@tdpain.net>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 27 |
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/ |
