#
# Exclude these files from release archives.
# This will also make them unavailable when using Composer with `--prefer-dist`.
# If you develop for Clicky using Composer, use `--prefer-source`.
# https://www.reddit.com/r/PHP/comments/2jzp6k/i_dont_need_your_tests_in_my_production
# https://blog.madewithlove.be/post/gitattributes/
#
/.gitattributes export-ignore
/.gitignore export-ignore
package.json export-ignore
package-lock.json export-ignore
contributing.md export-ignore
code-of-conduct.md export-ignore
_config.yml
Gruntfile.js
/stylesheets export-ignore
/scripts export-ignore
/demos export-ignore
/media export-ignore
/images export-ignore

# Set the default behavior, in case people don't have core.autocrlf set.
# Git will always convert line endings to LF on checkout, even on Windows
* text eol=lf

# Denote all files that are truly binary and should not be modified.
*.eot binary
*.ttf binary
*.woff binary 
*.png binary
*.jpg bin
*.mp3 binary
*.ogg binary
*.mp4 binary
*.webm binary
