-
Notifications
You must be signed in to change notification settings - Fork 4
/
.dockerignore
54 lines (47 loc) · 919 Bytes
/
.dockerignore
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
*.egg-info
*.egg
*.eggs
*.env
*.sqlite
*.pyc
*~
*.swp
application.cfg
site.cfg
celerybeat.pid
celerybeat-schedule
env
lib
local
include
man
pip-selfcheck.json
log
portal/test_uploads
docker/portal.env
docker/docker-compose.dev.*.yaml
geckodriver.log
coverage.xml
.coverage
.idea
.project
.pydevproject
.pytest_cache
.settings
.tox
# compiled (binary) translation files
*.mo
# generated CSS files
portal/static/css/*.css
# nodeJS virtual environment and files
node_env/
portal/node_modules/
portal/package-lock.json
# auto-generated JS eslint config when linting JS files (via command eslint) at development
portal/static/js/.eslintrc.js
portal/eproms/static/js/.eslintrc.js
# auto-generated folders housing files from the frontend build, i.e. substudy tailored content
portal/static/templates
portal/static/bundle
portal/eproms_substudy_tailored_content/node_modules
portal/eproms_substudy_tailored_content/dist