-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (47 loc) · 946 Bytes
/
.gitignore
File metadata and controls
58 lines (47 loc) · 946 Bytes
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
node_modules
!test/plugin-test-config/node_modules/
*.tsbuildinfo
lib/
dist/
.DS_Store
.vscode/
*.db
logs/*
bower_components
settings/ssl-key.pem
settings/ssl-cert.pem
/*.iml
*.tgz
work/
data/
plugin-config-data/
unitpreferences/custom-units-definitions.json
unitpreferences/custom/
unitpreferences/presets/custom/
test/plugin-test-config/.npmrc
test/plugin-test-config/plugin-config-data/
test/plugin-test-config/ssl-cert.pem
test/plugin-test-config/ssl-key.pem
test/plugin-test-config/baseDeltas.json
test/plugin-test-config/unitpreferences/
test/server-test-config/applicationData/
test/server-test-config/unitpreferences/
test/server-test-config/ssl-cert.pem
test/server-test-config/ssl-key.pem
test/server-test-config/plugin-config-data/
docs/built
# WASM build artifacts
*.wasm
# .net builds
jco-output/
obj/
bin/
Debug/
Release/
*.ps1
nul
# wasmtime build artifacts
*.wasm
# debug artefacts
*.sln
test/server-test-config/debug