diff --git a/.prettierignore b/.prettierignore index c92ea0bae..657ff3812 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,8 +1,10 @@ # Ignore artifacts export -# Ignore all asset files (including FlxAnimate JSONs) -assets +# Ignore all JSONS in the images folder (including FlxAnimate JSONs) +assets/preload/images +assets/shared/images # Don't ignore data files -!assets/preload/data +# TODO: These don't work. +!assets/preload/data/ diff --git a/assets b/assets index 7e043d6d8..3f7223465 160000 --- a/assets +++ b/assets @@ -1 +1 @@ -Subproject commit 7e043d6d82160fb8d977b99c94c57cb7ea862c19 +Subproject commit 3f7223465924dff3af2e189af281b07397a87577