Remove .gitignore files on release.
This commit is contained in:
@@ -144,6 +144,7 @@ rm -rf scripts/google-javascript-compiler/
|
|||||||
|
|
||||||
# Remove git metadata
|
# Remove git metadata
|
||||||
rm -rf .git
|
rm -rf .git
|
||||||
|
find . -name .gitignore -print0 | xargs -0 -r rm -f
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user