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

1
.gitignore vendored
View File

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

View File

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