tests/ export-ignore
.circleci/ export-ignore
circle.yml export-ignore

# Auto detect text files and perform LF normalization
* text=auto

# These files are text and should be normalized (Convert crlf => lf)
*.php text
*.css text
*.js text
*.json text
*.html text
*.phtml text
*.xml text
*.txt text
*.ini text
*.inc text
*.sql text

# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary