-
Notifications
You must be signed in to change notification settings - Fork 360
/
.gitignore
70 lines (64 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
# common scala config
*~
.DS_Store
.artifactory
.bsp
.idea/*
**/.idea/*
.ensime_cache/*
.config/*
.local/*
.ensime
tags
**/*.tags
!/.idea/inspectionProfiles/
.idea/inspectionProfiles/*
!/.idea/inspectionProfiles/Project_Default.xml
target
/site
#from running integration tests locally
actual.json
console_output.txt
expected.json
run_mode_metadata.json
#bloop files
/.bloop
# custom config
cromwell-executions
cromwell-test-executions
cromwell-test-workflow-logs
cromwell-workflow-logs
local-cromwell-executions
log
native
scripts/docker-compose-mysql/compose/mysql/data
/logs/
/common-workflow-language/
# Vault rendered resources
artifactory_credentials.properties
aws_credentials
centaur_secure.inc.conf
cromwell-centaur-requester-pays-service-account.json
cromwell-centaur-service-account.json
cromwell-service-account.json
cwl_conformance_test.inputs.json
dockerhub_provider_config_v1.inc.conf
dockerhub_provider_config_v2.inc.conf
papi_application.inc.conf
papi_refresh_token.options.json
papi_v2_gcsa.options.json
private_docker_papi_v2_usa.options
tesk_application_ftp.conf
ftp_centaur_cwl_runner.conf
tesk_application.conf
**/__pycache__/
**/venv/
exome_germline_single_sample_v1.3/
**/*.pyc
src/ci/resources/*.temp
# GHA credentials
gha-creds-*.json
# jenv
.java-version
# metals
.metals/