forked from henriqueribeiro/cromwell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (54 loc) · 1.11 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
# common scala config
*~
.metals/
.DS_Store
.artifactory
.bsp
.idea/*
**/.idea/*
.ensime_cache/*
.config/*
.local/*
.ensime
tags
**/*.tags
!/.idea/inspectionProfiles/
.idea/inspectionProfiles/*
!/.idea/inspectionProfiles/Project_Default.xml
target
/site
# 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
github_private_deploy_key
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
.scalafmt.conf
.vscode/