Skip to content

Commit

Permalink
Add git configuration
Browse files Browse the repository at this point in the history
Normalize line-endings and ignore `node_modules`
  • Loading branch information
necolas committed Jul 12, 2013
1 parent 4b532f8 commit 163bb22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
@@ -0,0 +1,2 @@
# Automatically normalize line endings for all text-based files
* text=auto
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
node_modules

0 comments on commit 163bb22

Please sign in to comment.