added gitignore

This commit is contained in:
sqshq 2019-01-24 23:11:26 -05:00
parent 2d8f958386
commit a8863b1a0e
2 changed files with 10 additions and 1 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
*.dll
*.so
*.dylib
*.test
*.out
*.db
.idea/
*.iml
*.iws

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/sqshq/plot-try module github.com/sqshq/vcmd
require ( require (
github.com/mattn/go-runewidth v0.0.4 // indirect github.com/mattn/go-runewidth v0.0.4 // indirect