Skip to content

Commit b984a32

Browse files
authored
Merge pull request #3053 from nexB/release-31-prep
Prepare release 31 Signed-off-by: Philippe Ombredanne <[email protected]>
2 parents 267518b + 4d95ebc commit b984a32

24 files changed

+595
-795
lines changed

.dockerignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,16 @@ Dockerfile
1111
# Ignore other directories that are not required in the image
1212
tests/
1313
docs/
14-
samples/
14+
samples/
15+
venv/
16+
tmp/
17+
.cache/
18+
.pytest_cache/
19+
.settings/
20+
docs/
21+
build/
22+
dist/
23+
24+
# generated files
25+
**/*.pyc
26+
src/licensedcode/data/cache/license_index/index_cache

0 commit comments

Comments
 (0)