From a482d173a79a76bc9c9cbbe9b20722f59d12186b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Fri, 5 Dec 2014 12:46:20 +0200 Subject: [PATCH] Exclude `.npmignore` from the archives --- .gitattributes | 1 + CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 973e6626c7..f03dc50ec7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,6 +5,7 @@ # Exclude the following files when generating an archive # http://git-scm.com/book/en/Customizing-Git-Git-Attributes#Exporting-Your-Repository .gitattributes export-ignore +.npmignore export-ignore CHANGELOG.md export-ignore CONTRIBUTING.md export-ignore bin export-ignore diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c4692120..0270d3f7f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### HEAD + +* Exclude `.npmignore` from the archives. + ### 4.0.1 (December 5, 2014) * Exclude `bower.json` and `package.json` from the archives