From 544e7fce8870843bc8e6c976ffafc32e68380875 Mon Sep 17 00:00:00 2001 From: Sergey Morozov Date: Tue, 10 Jan 2017 11:05:37 -0800 Subject: [PATCH] removing .gitignore changes and changelog notes about it --- .gitignore | 5 ++--- CHANGELOG.md | 3 --- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 9e51215c..67feae54 100644 --- a/.gitignore +++ b/.gitignore @@ -58,9 +58,8 @@ Temporary Items !/modules/node_helper/** # Ignore all modules except the default modules. -!/modules/ -/modules/* -!/modules/default/ +/modules/** +!/modules/default/** !/modules/README.md** # Ignore changes to the custom css files. diff --git a/CHANGELOG.md b/CHANGELOG.md index 98876061..c046352c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Add loaded function to modules, providing an async callback. - Russian Translation -### Fixed -- corrected .gitignore rules for default modules - ## [2.1.0] - 2016-12-31 **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`