mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
dep: add dependency version pinning with dep
Closes https://gitlab.com/commento/commento-ce/issues/69
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -4,3 +4,9 @@ devel.env
|
||||
# Ignoring for IDE-specific files
|
||||
.idea/*
|
||||
.dir-locals.el
|
||||
|
||||
# We don't *need* the vendor directory because Gopkg.lock has all the
|
||||
# information you might need about version pinning. The vendor directory
|
||||
# needlessly bloats the repo size. Discuss here:
|
||||
# https://gitlab.com/commento/commento-ce/issues/74
|
||||
vendor
|
||||
|
Reference in New Issue
Block a user