forked from riclolsen/json-scada
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
75 lines (61 loc) · 1.27 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
conf/json-scada.json
bin/
!bin/Readme.md
temp/
mongodb-data/
mongodb-runtime/
postgresql-data/
postgresql-runtime/
grafana-runtime/
nodejs-runtime/
nginx_php/
platform-windows/browser-runtime/
platform-windows/browser-data/
platform-windows/installer-release/
platform-windows/inkscape-runtime/
platform-windows/mongodb-compass-runtime/
platform-windows/mongodb-data/
platform-windows/mongodb-runtime/
platform-windows/postgresql-data/
platform-windows/postgresql-data/
platform-windows/grafana-runtime/
platform-windows/nodejs-runtime/
platform-windows/nginx_php-runtime/
src/htdocs/htdocs
src/calculations/calculations
src/i104m/i104m
src/dnp3/opendnp3-3.0.4/
src/dnp3/Dnp3Client/bin/
src/dnp3/Dnp3Client/obj/
src/dnp3/Dnp3Client/Properties/
demo-docker/bin/
*.exclusivelock
pg_hist_*.sql
pg_rtdata_*.sql
obj/
vendor/
node_modules/
src/lib60870.netcore/.vs/
src/lib60870.netcore/iec101client/bin/
src/lib60870.netcore/iec101server/bin/
src/lib60870.netcore/iec104client/bin/
src/lib60870.netcore/iec104server/bin/
src/lib60870.netcore/lib60870.netcore/bin/
[Dd]ebug/
[Rr]elease/
publish/
.vs/
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.log