# Autodetect text files
* text=auto eol=lf

# Definitively text files
*.php  text
*.css  text
*.js   text
*.txt  text
*.md   text
*.xml  text
*.json text
*.sql  text
*.yml  text

# Ensure those won't be messed up with
*.png  binary
*.jpg  binary
*.gif  binary
*.ttf  binary
*.svg  binary
*.ico  binary

# Ignoring files when archiving a project
/storage/logs/*.log   export-ignore
/storage/cache        export-ignore
