Skip to content

Commit 3db6fc2

Browse files
committed
Example script to remove .git files from a vendor dir
1 parent 66ddf98 commit 3db6fc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: remove-dotgit-from-vendor

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
find vendor -type d -name .git | xargs rm -rf

0 commit comments

Comments
 (0)