From a8863b1a0ea3c85238bdd2b373b8bd08dc17fe44 Mon Sep 17 00:00:00 2001 From: sqshq Date: Thu, 24 Jan 2019 23:11:26 -0500 Subject: [PATCH] added gitignore --- .gitignore | 9 +++++++++ go.mod | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..779d3e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.dll +*.so +*.dylib +*.test +*.out +*.db +.idea/ +*.iml +*.iws \ No newline at end of file diff --git a/go.mod b/go.mod index 8cbc9b8..201ecfc 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/sqshq/plot-try +module github.com/sqshq/vcmd require ( github.com/mattn/go-runewidth v0.0.4 // indirect