diff --git a/.gitattributes b/.gitattributes index d15a204..371899c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ * text=auto # Don't include these files when users download a release +/examples/README.md export-ignore /.gitattributes export-ignore /.gitignore export-ignore /.npmignore export-ignore diff --git a/.npmignore b/.npmignore index 9448c4b..8d8944e 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,5 @@ node_modules/* +examples/README.md .gitattributes .gitignore .npmignore diff --git a/bower.json b/bower.json index fbd058d..291a1b4 100644 --- a/bower.json +++ b/bower.json @@ -17,6 +17,7 @@ }, "license": "LGPL", "ignore": [ + "examples/README.md", ".gitattributes", ".gitignore", ".npmignore",