diff options
-rw-r--r-- | .gitignore | 15 | ||||
-rw-r--r-- | server/.gitignore | 1 | ||||
-rwxr-xr-x | server/server | bin | 14361514 -> 0 bytes |
3 files changed, 16 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/ diff --git a/server/.gitignore b/server/.gitignore new file mode 100644 index 0000000..254defd --- /dev/null +++ b/server/.gitignore @@ -0,0 +1 @@ +server diff --git a/server/server b/server/server Binary files differdeleted file mode 100755 index 466879e..0000000 --- a/server/server +++ /dev/null |