Commit 1de325fe authored by tianshapjq's avatar tianshapjq

ignore .git dirs when executing gofmt

parent f3b98a08
......@@ -31,6 +31,7 @@ find_files() {
find . -not \( \
\( \
-wholename './output' \
-o -wholename './.git' \
-o -wholename './_output' \
-o -wholename './_gopath' \
-o -wholename './release' \
......
......@@ -36,6 +36,7 @@ find_files() {
find . -not \( \
\( \
-wholename './output' \
-o -wholename './.git' \
-o -wholename './_output' \
-o -wholename './_gopath' \
-o -wholename './release' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment