From 3ba703f946265bc3bfdfa79166f03e7447e31ecc Mon Sep 17 00:00:00 2001 From: Stefan Gabos Date: Sun, 28 May 2017 16:55:06 +0300 Subject: [PATCH] Exclude examples/README.md --- .gitattributes | 1 + .npmignore | 1 + bower.json | 1 + 3 files changed, 3 insertions(+) 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",