mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
Don't prettier format FlxAnimate JSONs
This commit is contained in:
parent
5ec0939263
commit
72d623bdf6
1 changed files with 8 additions and 0 deletions
8
.prettierignore
Normal file
8
.prettierignore
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Ignore artifacts
|
||||
export
|
||||
|
||||
# Ignore all asset files (including FlxAnimate JSONs)
|
||||
assets
|
||||
|
||||
# Don't ignore data files
|
||||
!assets/preload/data
|
Loading…
Reference in a new issue