tools / godep

dependency tool for go
http://godoc.org/github.com/tools/godep
BSD 3-Clause "New" or "Revised" License
5.55k stars 455 forks source link

Can the specified directory be excluded when `godep save` #559

Open fananchong opened 6 years ago

fananchong commented 6 years ago

Can the specified directory be excluded when godep save

I have a node_modules folder under my project directory, which contains a lot of JS files. godep save can't work very well.