Closed mukeshmk closed 6 years ago
Signed-off-by: Mukesh A amukesh.mk@gmail.com
Added proper config to dep and gitignore
Fixes #8
I have run the dep init command and organized the dependencies in the repo. I have also added the vendor folder in .gitignore so that it won't be tracked anymore.
dep init
.gitignore
Signed-off-by: Mukesh A amukesh.mk@gmail.com
Added proper config to dep and gitignore
Fixes #8
I have run the
dep init
command and organized the dependencies in the repo. I have also added the vendor folder in.gitignore
so that it won't be tracked anymore.