-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.dockerignore
More file actions
36 lines (31 loc) · 853 Bytes
/
Copy path.dockerignore
File metadata and controls
36 lines (31 loc) · 853 Bytes
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
# Keep the image clean + prevent internal/scratch files from leaking into the
# served web root on a LOCAL `docker build` (a clean CI checkout omits the
# gitignored ones, but a dev tree has them). Mirrors the `make dist` excludes.
# Internal review/scoping docs — NEVER serve these (Dockerfile COPYs docs/ into
# the public web root, and nginx doesn't block *.md).
docs/*-internal.md
docs/ROADMAP-internal.md
# Local design scratch / mockups (gitignored)
design/
# Marketing site (separate deploy target, gitignored)
site/
# VCS, CI, caches, test/build artifacts
.git/
.github/
.gitignore
**/__pycache__/
**/*.pyc
.mypy_cache/
.pytest_cache/
.ruff_cache/
.codeql-cache/
dist/
*.tar.gz
*.tar.gz.asc
*.tar.gz.sha256
# Local secrets / data that must never land in an image
*.env
.env
/var/lib/remotepower/
packaging/aur/*/src/
packaging/aur/*/pkg/