mirror of
https://github.com/WeblateOrg/weblate.git
synced 2026-07-26 14:23:58 +08:00
- avoid copying whole git history to the container - add xss testing for markdown renderer
30 lines
484 B
Text
Vendored
30 lines
484 B
Text
Vendored
# Copyright © Weblate contributors
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
# ClusterFuzzLite clones the repository into storage/weblate and then builds
|
|
# this Dockerfile with that clone as the context. Do not send VCS metadata or
|
|
# local/generated build artifacts to Docker.
|
|
.git
|
|
.git/
|
|
**/.git
|
|
**/.git/
|
|
.venv
|
|
.venv/
|
|
**/.venv
|
|
**/.venv/
|
|
build
|
|
build/
|
|
dist
|
|
dist/
|
|
htmlcov
|
|
htmlcov/
|
|
out
|
|
out/
|
|
cifuzz-sarif
|
|
cifuzz-sarif/
|
|
node_modules
|
|
node_modules/
|
|
__pycache__
|
|
**/__pycache__
|
|
*.py[cod]
|