-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove no longer needed files from revision control
- Loading branch information
Showing
189 changed files
with
496 additions
and
12,396 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
/node_modules/homey-zwavedriver/.npmignore | ||
/env.json | ||
/.vscode | ||
/*.png | ||
/node_modules/ | ||
|
||
# Using Homey Compose | ||
/app.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,33 @@ | ||
/node_modules/homey-meshdriver/examples | ||
# Exclude development assets | ||
*.psd | ||
/*.png | ||
/drivers/**/*.compose.json | ||
/package.json | ||
/package-lock.json | ||
|
||
# Strip down homey-meshdriver to bare minimum for supported devices | ||
/node_modules/homey-meshdriver/assets | ||
/node_modules/homey-meshdriver/examples | ||
/node_modules/homey-meshdriver/jsdoc.json | ||
/node_modules/homey-meshdriver/Gruntfile.js | ||
/node_modules/homey-meshdriver/README.md | ||
/node_modules/homey-meshdriver/lib/util | ||
/node_modules/homey-meshdriver/lib/zigbee | ||
/node_modules/homey-meshdriver/lib/zwave/ZwaveLightDevice.js | ||
/node_modules/homey-meshdriver/lib/zwave/ZwaveLockDevice.js | ||
/node_modules/homey-meshdriver/lib/zwave/ZwaveMeteringDevice.js | ||
/node_modules/homey-meshdriver/lib/zwave/system/capabilities/* | ||
!/node_modules/homey-meshdriver/lib/zwave/system/capabilities/alarm_contact | ||
!/node_modules/homey-meshdriver/lib/zwave/system/capabilities/alarm_heat | ||
!/node_modules/homey-meshdriver/lib/zwave/system/capabilities/alarm_tamper | ||
!/node_modules/homey-meshdriver/lib/zwave/system/capabilities/alarm_water | ||
!/node_modules/homey-meshdriver/lib/zwave/system/capabilities/measure_battery | ||
!/node_modules/homey-meshdriver/lib/zwave/system/capabilities/measure_humidity | ||
!/node_modules/homey-meshdriver/lib/zwave/system/capabilities/measure_luminance | ||
!/node_modules/homey-meshdriver/lib/zwave/system/capabilities/measure_temperature | ||
|
||
# Remove modules only required by removed homey-meshdriver functionality | ||
/node_modules/color-space | ||
/node_modules/almost-equal | ||
/node_modules/hsluv | ||
/node_modules/mumath |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.