-
-
Notifications
You must be signed in to change notification settings - Fork 156
/
.gitignore
47 lines (47 loc) · 1020 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
web/
/sessions/*
/data/*.json
*.pyc
*.csv
/python
.idea
.project
.pydevproject
/__pycache__
/.settings
/data/*.db
data/simple_chart
/plugins/*
!/plugins/proto.py
!/plugins/mobile_app.py
!/plugins/signaling_examples.py
!/plugins/system_update.py
!/plugins/plugin_manager.py
!/plugins/node_red.py
/plugins/manifests/*
!/plugins/manifests/proto.manifest
!/plugins/manifests/node_red.manifest
/templates/*
!/templates/base.html
!/templates/home.html
!/templates/log.html
!/templates/login.html
!/templates/modify.html
!/templates/options.html
!/templates/plugin_repo.html
!/templates/plugins.html
!/templates/programs.html
!/templates/proto.html
!/templates/restarting.html
!/templates/runonce.html
!/templates/node_red.html
/static/docs/plugins/*
!/static/docs/plugins/proto-docs.html
!/static/docs/plugins/system_update-docs.html
!/static/docs/plugins/node-red-docs.html
static/scripts/chart.umd.min.js
static/scripts/chartjs-adapter-luxon.umd.min.js
static/scripts/d3.min.js
static/scripts/luxon.min.js
todo.txt
/_temp/*