Skip to content

Commit 9a8b9e8

Browse files
authored
bump dependencies and enhanced .gitignore file (#24)
* updated .gitignore file * bump dependencies * added `LF` at the end of the `.gitignore` file
1 parent f449e16 commit 9a8b9e8

File tree

2 files changed

+62
-15
lines changed

2 files changed

+62
-15
lines changed

.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Binaries for programs and plugins
12
*.exe
3+
*.exe~
4+
*.dll
25
*.so
3-
*.a
6+
*.dylib
7+
8+
# Test binary, build with `go test -c`
9+
*.test
10+
11+
# Output of the go coverage tool, specifically when used with LiteIDE
12+
*.out
13+
14+
# we don't want to include the source files of the dependencies
15+
vendor

Gopkg.lock

Lines changed: 49 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)