Skip to content

Commit 0e7e2ea

Browse files
PKuhlmayclaude
andcommitted
[TASK] Add .ddev/.gitignore for DDEV-generated files
Move DDEV-specific ignore rules from root .gitignore into .ddev/.gitignore, following DDEV's own convention for excluding generated files. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 30810a9 commit 0e7e2ea

2 files changed

Lines changed: 16 additions & 9 deletions

File tree

.ddev/.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.dbimageBuild
2+
.webimageBuild
3+
.ddev-docker-compose-base.yaml
4+
.ddev-docker-compose-full.yaml
5+
.global_commands/
6+
.homeadditions/
7+
apache/
8+
db-build/
9+
mutagen/
10+
nginx_full/
11+
providers/
12+
web-build/
13+
xhprof/
14+
config.local.yaml
15+
composer.lock

.gitignore

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,7 @@ sass-lint.html
2525
.devbox/public/typo3temp/
2626
.devbox/composer.lock
2727

28-
# DDEV (repo root)
29-
.ddev/.global_commands/
30-
.ddev/.homeadditions/
31-
.ddev/apache/
32-
.ddev/nginx_full/
33-
.ddev/providers/
34-
.ddev/xhprof/
35-
.ddev/config.local.yaml
36-
.ddev/composer.lock
28+
# DDEV (repo root) - generated files handled via .ddev/.gitignore
3729
.claude
3830
.firecrawl
3931
tickets

0 commit comments

Comments
 (0)