forked from mozilla/addons-server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.dockerignore
63 lines (61 loc) · 838 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
55
56
57
58
59
60
61
62
63
# Copy of .gitignore please keep these in sync
*.css.tmp
*.egg-info
*.js.tmp
*.less.css
*.mo
*.po~
*.py[co]
*.signed.zip
*.styl.css
*-all.css
*-all.js
*-min.css
*-min.js
.*.sw?
.cache
.DS_Store
.env
.ipython
.mysql_history
.nose*
.npm/
.pdbhistory
.pytest_cache
.ssh
.tox/
.vscode
backups
build*.py
buildx-bake-metadata.json
deps/*
docker*.yml
docker/artifacts/*
docs/_build
docs/_gh-pages
docs/api/_build
local_settings.py
MANIFEST
node_modules
pip-log.txt
private/
.ruff_cache
settings_local.py*
settings_local_*.py
shellng_local.py
site-static/*
src/olympia/discovery/strings.jinja2
static-build/*
static/css/node_lib/*
static/js/node_lib/*
storage
tmp/*
# Additionally ignore these files from the docker build that are not in .gitignore
.dockerignore
.github
docs
private
docker-bake.hcl
docker-compose*.yml
Dockerfile*
Makefile-os