Skip to content

Commit

Permalink
Add gitignores to force LF line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
saintedlama committed Feb 5, 2013
1 parent 540c416 commit 0a25315
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Set EOL to lf to avoid problems when building a package
* text eol=lf

# Explicitly declare text files
*.js text
*.json text
*.md text
*.ejs text
*.jade text

# Declare binary files
*.png -text
*.jpeg -text
*.jpg -text

0 comments on commit 0a25315

Please sign in to comment.