acralyzer/.gitattributes
littleguy77 31d956a501 Customized report details and dashboard, added git settings.
Conflicts:
	_attachments/script/config.js
2013-10-01 20:42:11 -04:00

23 lines
290 B
Plaintext

# keep EOL normalized
* text=auto
# use native line ending
*.css text
*.html text
*.js text
*.json text
*.xml text
# use linux line ending
*.sh text eol=lf
# don't modify binary files
*.gif binary
*.gz binary
*.jar binary
*.jpg binary
*.pdf binary
*.png binary
*.psd binary
*.zip binary