-
Notifications
You must be signed in to change notification settings - Fork 252
Expand file tree
/
Copy path.gitignore
More file actions
115 lines (107 loc) · 2.22 KB
/
Copy path.gitignore
File metadata and controls
115 lines (107 loc) · 2.22 KB
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
.coverage
.coverage_*
.cr-session.sqlite
.hypothesis
.vscode
code/.installed.cfg
code/.lock
code/.Python
code/\.vscode/
code/bin/*
code/build/*
code/bundle-ext/python-windows/python-*/Include/greenlet/
code/bundle-ext/python-windows/python-*/Lib/
code/bundle-ext/python-windows/python-*/py.bat
code/bundle-ext/python-windows/python-*/Scripts/
code/bundle-ext/python-windows/python-*/zato.bat
code/CACHEDIR.TAG
code/cx_Oracle-doc/
code/develop-eggs/*
code/docs/*
code/downloads/*
code/eggs
code/eggs64
code/env-zato
code/extlib
code/get-pip.py
code/include/*
code/lib/*
code/lib64
code/local/*
code/man/*
code/mx/*
code/OpenSSL/*
code/parts/*
code/pip-selfcheck.json
code/pyvenv.cfg
code/release-info/initial-remote.txt
code/release-info/last-update-commit.txt
code/release-info/revision.txt
code/Scripts/*
code/sec-wall-trunk-src/*
code/share/*
code/src/*
code/support-linux/bin/uvx
code/tmp
code/util/extra/
code/uv.lock
code/windows-bin/zato.py
code/zato-common/src/zato/common/pubsub/server/*.multi.yaml
code/zato-exeagent
code/zato-libs/
code/zato-web-admin/src/zato/admin/static/css/.sass-cache/
code/zato_extra_paths*
code/*/build
code/*/dist
/data
/design
geckodriver.log
hotfixes
id_file
/lib/
node_modules/
package-lock.json
package.json
pidfile
vscode
*.egg-info*
*.geany*
*.pyc
*.pyd
!code/bundle-ext/**/*.pyd
*.pyo
*.so
!code/support-linux/zato_hl7v2/*.so
!code/support-linux/zato_broker_core/*.so
!code/zato-common/src/zato/hl7v2_rs/*.so
!code/zato-common/src/zato/fhir_r4_0_1_core/*.so
*.swp
*.*~
~
# Rust build artifacts
**/Cargo.lock
**/mutants*
**/target/
**/corpus/
**/artifacts/
**/coverage/
# Playwright
.pytest_cache_playwright/
# Where test-all remembers which target it stopped on
.test-all-resume
# Cosmic-ray mutation testing
*.py.meta
# CycloneDX SBOM output
/sbom/
# Compiled clients of the MLLP language tests, built on demand from their own sources
code/tests/python/zato-server/mllp_languages/clients/*/.build/
# The Gradle-built HL7 MLLP client and listener, and the Gradle distribution they bootstrap
code/tests/java/hl7-mllp-client/build/
code/tests/java/hl7-mllp-client/.gradle/
code/tests/java/hl7-mllp-server/build/
code/tests/java/hl7-mllp-server/.gradle/
code/tests/java/.gradle-dist/
demo.css
demo.js
demo.html
**/static/demo/