mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
- Homebridge calls single exported initializer function and passes an API object - No more require() for HAP classes (doesn't play well with plugin structure)
12 lines
197 B
Plaintext
12 lines
197 B
Plaintext
|
|
# Mac
|
|
.DS_Store
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log
|
|
.node-version
|
|
|
|
# Ignore any extra plugins in the example directory that aren't in Git already
|
|
# (this is a sandbox for the user)
|
|
example-plugins |