chore: upate dot files

This commit is contained in:
hacksalot 2018-02-12 05:28:02 -05:00
parent 407f9f8cd7
commit 30affe351d
No known key found for this signature in database
GPG Key ID: 2F343EC247CA4B06
3 changed files with 10 additions and 1 deletions

3
.gitattributes vendored
View File

@ -1,9 +1,11 @@
# Auto detect text files and perform LF normalization
* text=auto
*.js text eol=lf
*.json text eol=lf
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
@ -16,4 +18,5 @@
*.RTF diff=astextplain
# Git LFS
*.ai filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
node_modules/
tests/sandbox/
doc/
docs/
local/

View File

@ -3,5 +3,12 @@ assets/
test/
doc/
.travis.yml
.eslintrc.yml
Gruntfile.js
.gitattributes
ROADMAP.md
BUILDING.md
CONTRIBUTING.md
CHANGELOG.md
FAQ.md
*.map