forked from DataBiosphere/data-explorer-indexers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (47 loc) · 834 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
# Don't check in dataset-specific files. Dataset may be private.
dataset_config/*
!dataset_config/1000_genomes
!dataset_config/template
dataset_config/1000_genomes/deploy.json
dataset_config/1000_genomes/ui.json
bigquery/deploy/bq-indexer.yaml
bigquery/deploy/bq-indexer-cronjob.yaml
# Allow developers to symlink their preferred configuration.
/docker-compose.yml
*.py[cod]
*$py.class
build/
dist/
*.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
# 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