forked from OceanDataTools/openrvdas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
126 lines (97 loc) · 2.15 KB
/
.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
.DS_Store
.DS_Store?
#.DS_Store#
pylintrc
__pycache__
*.pyc
*~
*.bak
db.sqlite3
django_gui/migrations
# Files created by utils/install_openrvdas.sh
django_gui/openrvdas_nginx.conf
django_gui/openrvdas_uwsgi.ini
django_gui/uwsgi_params
# Files copied from their respective .dist sources
# by utils/install_openrvdas.sh
django_gui/settings.py
django_gui/settings.py-e
database/settings.py
database/settings.py-e
logger/settings.py
display/js/widgets/settings.js
# InfluxDB
database/influxdb/LICENSE
database/influxdb/README.md
database/influxdb/influx
database/influxdb/influxd
database/influxdb/settings.py
database/influxdb/settings.py-e
static/
# PyCharm
.idea/
# Visual Studio Code
.vscode
# virtualenv
venv/
.venv
# SSH
*.pem
*.crt
*.key
#local
local/cruise_configs
local/logger_configs
# CORIOLIX
local/rcrv/settings.py
local/rcrv/config_template.yaml
local/rcrv/.coriolix_preferences
# OceanX
local/alucia
# Stony Brook
local/stonybrook
local/unols
local/usap/palmer
local/niwa
# local for Scripps Institution of Oceanography
#
# SIO is testing this software out and wants the ability to make rapid
# changes for a while. Once stable, we can more define what we
# want to share with better granularity.
local/sio/
# local for STARC (USCGC Healy)
#
# STARC is testing this software out and wants the ability to make rapid
# changes for a while. Once stable, we can more define what we
# want to share with better granularity.
local/starc/
# Created by build scripts
.install_influxdb_preferences
.install_openrvdas_preferences
.install_mysql_preferences
.install_waterwall_preferences
.install_*_preferences
# Symlink for legacy widget paths
widgets
# For optional doc server
mkdocs.yml
# Contrib logger creation tool
contrib/utils/JSON_YAML_Creator/node_modules
contrib/utils/JSON_YAML_Creator/package-lock.json
contrib/utils/JSON_YAML_Creator/yarn.lock
# For sqlite_gui
sqlite_gui
.install_sqlite_gui_preferences
server/openrvdas.sql
# tmp
tmp
# continuous-integration & linters
gitlab-ci.yml
pyproject.toml
*.egg-info
.tox*
*coverage*
pytest_report.xml
# grafana datasource
contrib/niwa/grafana/cache-datasource/node_modules
contrib/niwa/grafana/cache-datasource/dist