-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
62 lines (52 loc) · 961 Bytes
/
.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
# Dataset-specific files
dataset_config/*
!dataset_config/template
!dataset_config/1000_genomes
dataset_config/1000_genomes/deploy.json
dataset_config/1000_genomes/private-key.json
!dataset_config/framingham_heart_study_teaching
dataset_config/framingham_heart_study_teaching/deploy.json
dataset_config/framingham_heart_study_teaching/private-key.json
api/app.yaml
ui/app.yaml
# For some reason these are created when deploying to GKE on Mac
*.yaml-e
*.py[cod]
*$py.class
build/
dist/
.pytest_cache/
*.settings
client_secrets.json
swagger-codegen-cli.jar
config.json
.venv
venv/
.tox/
*.egg-info
# compiled output
/ui/dist
/ui/tmp
/ui/out-tsc
# dependencies
/ui/node_modules
/ui/src/api/node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
*.iml
.idea/
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# e2e
/ui/e2e/*.js
/ui/e2e/*.map