Files
homebridge/.gitignore
Nick Farina 27b39cbfa0 New Plugin API
- Homebridge calls single exported initializer function and passes an
API object
  - No more require() for HAP classes (doesn't play well with plugin
structure)
2015-10-18 22:20:06 -07:00

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