-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.gitignore
76 lines (75 loc) · 1.85 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
/.idea/
build
cmake/sodium_version
cmake/curl_version
cmake/zlib_version
common/proto/common/Version.proto
compose/metadata/.build-args
compose/**/.env
compose/**/.env*
compose/**/globus
compose/**/keys
compose/**/logs
compose/**/unset_env.sh
config/datafed.sh
config/datafed-authz.cfg
config/datafed-core.cfg
config/datafed-repo.cfg
config/datafed-ws.cfg
core/database/foxx/api/version_router.js
core/database/foxx/manifest.json
core/server/Version.hpp
dependencies
docs/.buildinfo
docs/.doctrees/
docs/.nojekyll
external/cppzmq/
external/globus-connect-server-deploy
external/json-schema-validator/
external/json/
external/libcurl/
external/libsodium/
external/libzmq/
external/openssl/
external/protobuf/
external/zlib/
python/datafed_pkg/datafed/VERSION.py
python/datafed_pkg/datafed.egg-info/
python/datafed_pkg/datafed/SDMS_Anon_pb2.py
python/datafed_pkg/datafed/SDMS_Auth_pb2.py
python/datafed_pkg/datafed/SDMS_pb2.py
python/datafed_pkg/datafed/Version_pb2.py
python/datafed_pkg/datafed/__pycache__/
python/datafed_pkg/dist/
web/package.json
repository/gridftp/globus5/authz/source/Version.hpp
repository/server/Version.hpp
scripts/globus/datafed-home-repo.sh
scripts/globus/datafed-home-repo-form.json
scripts/globus/mapping.json
scripts/admin_datafed_backup.sh
scripts/admin_refresh_certs.sh
scripts/globus/__pycache__
services/
tmp/
web/SDMS.proto
web/SDMS_Anon.proto
web/SDMS_Auth.proto
web/version.js
web/Version.proto
web/datafed-core-key.pub
web/node_modules/
web/package-lock.json
web/static/datafed-core-key.pub
*.swp
*.swo
# for web tests
tests/end-to-end/web-UI/node_modules/
tests/end-to-end/web-UI/test-results/
tests/end-to-end/web-UI/playwright-report/
tests/end-to-end/web-UI/blob-report/
tests/end-to-end/web-UI/playwright/.cache/
tests/end-to-end/web-UI/tests-examples
tests/end-to-end/web-UI/.auth
tests/end-to-end/web-UI/.env
tests/end-to-end/web-UI/auth.setup.js