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`