diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-08-09 15:07:00 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-08-09 15:07:00 +0200 |
commit | e8ca02eda2fea678a407b73af161014d703bab1c (patch) | |
tree | 991455fa42c56fb835af1f6ce1fe91755c692104 /.gitignore |
initial commit (pretty much copied homebridge-beken)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cecc978 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules/ +**/*.js |