diff options
-rw-r--r-- | .gitattributes | 17 | ||||
-rw-r--r-- | godot/assets/sounds/Uuhhh.mp3 | bin | 2212 -> 129 bytes |
2 files changed, 10 insertions, 7 deletions
diff --git a/.gitattributes b/.gitattributes index 26b869c..4257496 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,3 @@ - 18 lines (16 sloc) 488 Bytes - # Properly detect languages on Github *.h linguist-language=cpp *.inc linguist-language=cpp @@ -7,9 +5,14 @@ thirdparty/* linguist-vendored # The above only works properly for Git 2.10+, so for older versions # we need to manually list the binary files we don't want modified. -*.icns binary +*.icns filter=lfs diff=lfs merge=lfs -text *.ico binary -*.jar binary -*.png binary -*.ttf binary -*.tza binary
\ No newline at end of file +*.jar filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.tza filter=lfs diff=lfs merge=lfs -text +*.godot filter=lfs diff=lfs merge=lfs -text +*.material filter=lfs diff=lfs merge=lfs -text +*.import filter=lfs diff=lfs merge=lfs -text +*.tscn filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text diff --git a/godot/assets/sounds/Uuhhh.mp3 b/godot/assets/sounds/Uuhhh.mp3 Binary files differindex ea917a2..9586316 100644 --- a/godot/assets/sounds/Uuhhh.mp3 +++ b/godot/assets/sounds/Uuhhh.mp3 |