mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-22 11:34:02 +00:00
14 lines
275 B
Plaintext
14 lines
275 B
Plaintext
# Ignore all node modules.
|
|
/node_modules
|
|
|
|
# Don't ignore the node_helper nore module.
|
|
!/modules/node_helper
|
|
!/modules/node_helper/**
|
|
|
|
# Ignore all modules except the default modules.
|
|
/modules/**
|
|
!/modules/default/**
|
|
|
|
# Ignore changes to the custom css files.
|
|
/css/custom.css
|