Improving which files to ignore in repository. Updating go.sum although for now it doesn't work very well due to a go mod bug.
This commit is contained in:
parent
733444645a
commit
f7c1b26cfd
2 changed files with 2 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,3 +4,5 @@ debian/debhelper-build-stamp
|
|||
debian/files
|
||||
debian/australis.substvars
|
||||
build/
|
||||
dist/
|
||||
.idea/
|
||||
|
|
1
go.sum
1
go.sum
|
@ -1,4 +1,3 @@
|
|||
git.apache.org/thrift.git v0.0.0-20181016064013-5c1ecb67cde4 h1:crM1vBe07qSmh3hRVFXp4/TCfWaQkayD6ZOlNbQYtvw=
|
||||
git.apache.org/thrift.git v0.0.0-20181016064013-5c1ecb67cde4/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg=
|
||||
git.apache.org/thrift.git v0.12.0 h1:692K1/SsOcQvkvMRMdt60FCq2AvKpuQNM6sIeH3mN4s=
|
||||
git.apache.org/thrift.git v0.12.0/go.mod h1:fPE2ZNJGynbRyZ4dJvy6G277gSllfV2HJqblrnkyeyg=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue