-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.dockerignore
More file actions
88 lines (73 loc) · 1.48 KB
/
.dockerignore
File metadata and controls
88 lines (73 loc) · 1.48 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
################################
# Dev-only Secrets & Config
################################
.vscode
.devcontainer
.github
.git
.gitignore
.github
.DS_Store
.editorconfig
.dockerignore
.gitleaksignore
railpack.json
.envrc
env/
*.log
docker-compose*.yml
lefthook*yml
.commitlintrc.yml
.copier-answers.yml
/copier.yml
/.copier
Justfile
/just
# this should be generated completely within the build process
# /public
# infra configuration should be dev/CI only
/infra
# I like to scatter TODO files around the top-level to keep track of ideas
/TODO*
# readme and other top-level *.md shouldn't need to be included
*.md
# playground is for dev, dangerous to include anything like this in prod
/playground
# keep the folder, ignore contents
/tmp/*
# NOTE .config/ is intentionally included as it contains prod (and other) mise configuration
# NOTE /Procfile is intentionally included, it can be used by some deployments (dokku)
################################
# Python Cruft
################################
**/__pycache__
.ruff_cache
.mypy_cache
.venv
.pytest_cache
.ipython_history
.coverage
# we don't need python tests in prod
/tests
################################
# Node/Web Ignores
################################
/web/client
/web/build
/web/.react-router
/web/test
**/node_modules
################################
# AI configuration
################################
AGENTS.md
CLAUDE.md
GEMINI.md
.opencode
.gemini
.cursor
.claude
.copilot
# .github is already ignored
commands.md
instructions.md