@createjs/tweenjs
Version:
A simple but powerful tweening / animation library for Javascript. Part of the CreateJS suite of libraries.
39 lines (32 loc) • 604 B
Plain Text
# Force all line endings to be \n
* text eol=lf
############################################################
# git can corrupt binary files if they're not set to binary.
############################################################
# Image files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.webp binary
*.ico binary
# Movie and audio files
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.ogg binary
# Compression formats
*.gz binary
*.bz2 binary
*.7z binary
*.zip binary
# Web fonts
*.ttf binary
*.eot binary
*.woff binary
*.otf binary
# Other
*.fla binary
*.swf binary
*.pdf binary