Added ability to delete config & devices from the website
This commit is contained in:
46
.gitignore
vendored
46
.gitignore
vendored
@@ -4,3 +4,49 @@
|
||||
*.log
|
||||
sftp-config.json
|
||||
.remote-sync.json
|
||||
|
||||
########################
|
||||
# sails
|
||||
########################
|
||||
.sails
|
||||
.waterline
|
||||
.rigging
|
||||
.tmp
|
||||
|
||||
|
||||
########################
|
||||
# node.js / npm
|
||||
########################
|
||||
lib-cov
|
||||
*.seed
|
||||
*.log
|
||||
*.csv
|
||||
*.dat
|
||||
*.out
|
||||
*.pid
|
||||
*.gz
|
||||
|
||||
pids
|
||||
logs
|
||||
results
|
||||
|
||||
node_modules
|
||||
|
||||
npm-debug.log
|
||||
|
||||
|
||||
########################
|
||||
# misc / editors
|
||||
########################
|
||||
*~
|
||||
*#
|
||||
.DS_STORE
|
||||
.netbeans
|
||||
nbproject
|
||||
.idea
|
||||
|
||||
|
||||
########################
|
||||
# local config
|
||||
########################
|
||||
config/local.js
|
||||
|
||||
Reference in New Issue
Block a user