From 09744748af07f78eacd5a49796216a7fc16845ae Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Tue, 4 Apr 2017 01:22:17 +0200 Subject: read and write index file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a3e6e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build/ +.golangvend-cache/ +.gopath/pkg/ -- cgit v1.3.1