Excluded assets folder from being saved in assets folder
This commit is contained in:
@@ -239,6 +239,7 @@ while IFS= read -r -d '' abs_file; do
|
||||
fi
|
||||
|
||||
done < <(find "$SOURCE_DIR" -type f \
|
||||
-not -path "*/assets/*" \
|
||||
-not -path "*/.git/*" \
|
||||
-not -name ".git" \
|
||||
-not -path "$OUTPUT_FILE" \
|
||||
|
||||
Reference in New Issue
Block a user