Skip to content

Commit 13673c6

Browse files
committed
[FEATURE] Exclude ddev generated files from repo
Only commit project specific files to the repo and no ddev generated files Related: #691 Signed-off-by: Marcus Schwemer <marcus.schwemer@in2code.de>
1 parent bac0360 commit 13673c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ dynamicReturnTypeMeta.json
2020
docker-compose.yml
2121
.php_cs.cache
2222
config/
23+
24+
.ddev/**
25+
!.ddev/commands/typo3
26+
!.ddev/commands/typo3cms
27+
!.ddev/typo3/AdditionalConfiguration.php
28+
!.ddev/typo3/config.yaml

0 commit comments

Comments
 (0)