diff --git a/.gitattributes b/.gitattributes index e8db09f..bb6568d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore index f1d9b58..7f35376 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ node_modules/ -tests/sandbox/ doc/ docs/ local/ diff --git a/.npmignore b/.npmignore index 38f44b0..21b8c96 100644 --- a/.npmignore +++ b/.npmignore @@ -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