forked from DataBiosphere/job-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
58 lines (49 loc) · 799 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
# 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
capabilities_config.json
.venv
venv/
.tox/
*.egg-info
# compiled output
/ui/dist
/ui/tmp
/ui/out-tsc
/ui/src/assets/environments
# Compiled Swagger output
/ui/src/app/shared/model
/servers/dsub/jobs/models
/servers/cromwell/jobs/models
/servers/dsub/jobs/swagger
/servers/cromwell/jobs/swagger
# 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
# OS generated files
.DS_Store