mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Merge pull request #607 from qistoph/fixdefmod
Fix gitignore to not ignore default modules folder
This commit is contained in:
commit
b9e7f018e2
1
.gitignore
vendored
1
.gitignore
vendored
@ -59,6 +59,7 @@ Temporary Items
|
||||
|
||||
# Ignore all modules except the default modules.
|
||||
/modules/**
|
||||
!/modules/default
|
||||
!/modules/default/**
|
||||
!/modules/README.md**
|
||||
|
||||
|
@ -11,7 +11,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- Add loaded function to modules, providing an async callback.
|
||||
|
||||
### Fixed
|
||||
- Remove white flash on boot up
|
||||
- Update .gitignore to not ignore default modules folder.
|
||||
- Remove white flash on boot up.
|
||||
|
||||
|
||||
## [2.1.0] - 2016-12-31
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user