-
Notifications
You must be signed in to change notification settings - Fork 77
/
.gitignore
75 lines (66 loc) · 1.91 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
71
72
73
74
75
mephisto/tasks/*
**/.mypy_cache/*
**/__pycache__/*
data/*
dist/*
mephisto.egg-info/*
.DS_Store
tmp/*
**/node_modules/*
mephisto/server/**/package-lock.json
mephisto/abstractions/**/package-lock.json
mephisto/server/blueprints/**/build/*
**/*.log
**/build/*
!**/packages/mephisto-core/build/*
!**/packages/mephisto-addons/build/*
**/_generated/*
**/outputs/*
mephisto/scripts/metrics/*
!mephisto/scripts/metrics/resources
!mephisto/scripts/metrics/install_*.sh
!mephisto/scripts/metrics/README.md
!mephisto/scripts/metrics/view_metrics.py
!mephisto/scripts/metrics/shutdown_metrics.py
.coverage
# Examples
examples/simple_static_task/hydra_configs/conf/*
!examples/simple_static_task/hydra_configs/conf/example*.yaml
examples/**/build/*
examples/form_composer_demo/preview/*_preview.html
# Form Composer
mephisto/generators/form_composer/data/*
!mephisto/generators/form_composer/data/insertions/custom_validators.js
!mephisto/generators/form_composer/data/insertions/custom_triggers.js
mephisto/generators/form_composer/hydra_configs/conf/*.yaml
!mephisto/generators/form_composer/hydra_configs/conf/default.yaml
# Video Annotator
mephisto/generators/video_annotator/data/*
!mephisto/generators/video_annotator/data/insertions/custom_validators.js
!mephisto/generators/video_annotator/data/insertions/custom_triggers.js
mephisto/generators/video_annotator/hydra_configs/conf/*.yaml
!mephisto/generators/video_annotator/hydra_configs/conf/default.yaml
# PyCharm
.idea
# VSCode
.vscode
# https://next.yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
.yarn/*
**/.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
docs/storybook/storybook-static/*
# local deploy
hydra_configs/profile/*.yaml
!hydra_configs/profile/local_dev.yaml
aws_credentials
docker-compose.local.*
env.local
my-review-interface
docker/entrypoints/*.sh
!docker/entrypoints/server.mturk.sh
!docker/entrypoints/server.prolific.sh