-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
75 lines (64 loc) · 1015 Bytes
/
Copy path.dockerignore
File metadata and controls
75 lines (64 loc) · 1015 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
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
64
65
66
67
68
69
70
71
72
73
74
75
# NOTE: kept in sync with .gitignore.
# Exceptions:
# - .env is excluded here too (must never end up baked into an image layer)
# - .git is intentionally NOT excluded (docker/commit-hash.sh needs it)
# General
*.class
*.log
**/logs/**
*.gz
**/node_modules/*
.env
.bloop
.metals
metals.sbt
# sbt specific
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
.bsp/
# Scala-IDE specific
.scala_dependencies
.classpath
.project
.cache
.settings
.vscode
# IntelliJ specific
.idea/
.idea_modules/
# Documentation
docs/dist/*
# Docker
docker/data
docker/config
docker/dumps/
docker/logs/
tmpdata
# Test
test-out-data/
# Artifacts
*.jar
# Others
memo/
sandbox/
null/
# AI
.github/copilot-instructions.md
.github/copilot/*.md
.github/copilot/**/*.md
.claude
# Docker-only: tracked in git but not needed to build/run the app,
# so unlike the sections above these have no equivalent in .gitignore.
.github/
.devcontainer/
docs/
scripts/
tools/
LICENSE
.editorconfig
.env.example
*.md