Skip to content

Commit

Permalink
Added .idea to .gitignore and added .gitattributes to an attempt to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
genderquery committed Feb 23, 2017
1 parent fc9d27c commit 82198fc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.js text
*.json text
*.md
.eslintrc
.gitignore
LICENSE

# Declare files that will always have CRLF line endings on checkout.


# Denote all files that are truly binary and should not be modified.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
.idea

0 comments on commit 82198fc

Please sign in to comment.