-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.dockerignore
More file actions
112 lines (95 loc) · 1.47 KB
/
.dockerignore
File metadata and controls
112 lines (95 loc) · 1.47 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# See https://docs.docker.com/engine/reference/builder/#dockerignore-file for more about ignoring files.
init.sh
# Version control
.git
.gitignore
# Environment and secrets
.env*
config/master.key
config/credentials/*.key
# Documentation and README
README.md
CHANGELOG.md
LICENSE
AGENTS.md
doc/
DEVELOPMENT.md
# Development and testing files
.devcontainer
.github
.rspec
.ruby-gemset
.byebug_history
coverage/
.cypress
spec/
test/
lib/tasks/dev/
# Logs and temporary files
log/*
tmp/*
!/log/.keep
!/tmp/.keep
/tmp/pids/*
!/tmp/pids/.keep
# Database files
db/*.sqlite3*
storage/*
!/storage/.keep
tmp/storage/*
!/tmp/storage/.keep
# Dependencies and build artifacts
.bundle
vendor/bundle/
node_modules/
.yarn-integrity
app/assets/builds/*
!/app/assets/builds/.keep
public/assets/
# Docker and deployment
.dockerignore
Dockerfile*
docker-compose*.yml
config/deploy*.yml
.kamal
gems.tags
tags
# Development tools
.vscode
.idea
.DS_Store
*.swp
*.swo
*~
# Protocols and documentation
.protocols/
# Cache and temporary directories
.sentry-cli
.venv
venv/
# Editor and OS files
.DS_Store
.Thumbs.db
*.orig
# Claude and AI tools
.claude/
.claude-on-rails/
CLAUDE.md
claude-swarm.yml
# Ruby LSP (contains its own Gemfile, not needed in production)
.ruby-lsp/
# Code quality tools (not needed in production)
.editorconfig
.overcommit.yml
.rubocop.yml
.rubocop_todo.yml
Gemfile.rubocop
Gemfile.rubocop.lock
Guardfile
# Other development files
.dockerdev/
.gitmodules
.qoder/
.serena/
TODO.md
dip.yml