We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b168d8 commit ed53f8cCopy full SHA for ed53f8c
build.sh
@@ -35,7 +35,7 @@ fi
35
echo "Cleaning ..."
36
37
### Cleanup old build files
38
-find $BUILD -type f ! -name ".gitkeep" |xargs -i rm {}
+find $BUILD -type f ! -name ".gitkeep" -and ! -name ".htaccess" |xargs -i rm {}
39
find $BUILD -type d ! -name ".gitkeep" -and ! -name "build" |xargs -i rmdir {} -p --ignore-fail-on-non-empty
40
41
if [ ! -z $CLEANONLY ]; then
0 commit comments