Skip to content

Commit

Permalink
[TASK] Add .ddev/.gitignore file (#458)
Browse files Browse the repository at this point in the history
The .ddev/.gitignore file is created when configuring a new project.
But it also ignores itself (`/.gitignore`), so this one is commented out.
Using this .gitignore is cleaner as it takes possible custom commands
and configuration into account.

Releases: main, 12.4
  • Loading branch information
brotkrueml authored Apr 15, 2024
1 parent f7a0623 commit f421950
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .ddev/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#ddev-generated: Automatically generated ddev .gitignore.
# You can remove the above line if you want to edit and maintain this file yourself.
/.gitignore

/**/*.example
/.dbimageBuild
/.dbimageExtra
/.ddev-docker-*.yaml
/.*downloads
/.global_commands
/.homeadditions
/.importdb*
/.sshimageBuild
/.venv
/.webimageBuild
/.webimageExtra
/apache/apache-site.conf
/commands/.gitattributes
/commands/db/mysql
/commands/host/launch
/commands/web/xdebug
/commands/web/live
/config.local.y*ml
/db_snapshots
/import-db
/import.yaml
/mutagen/mutagen.yml
/mutagen/.start-synced
/nginx_full/nginx-site.conf
/postgres/postgresql.conf
/providers/acquia.yaml
/providers/lagoon.yaml
/providers/platform.yaml
/providers/upsun.yaml
/sequelpro.spf
/settings/settings.ddev.py
/traefik/config/ddev-test.yaml
/traefik/certs/ddev-test.crt
/traefik/certs/ddev-test.key
/xhprof/xhprof_prepend.php
/**/README.*

0 comments on commit f421950

Please sign in to comment.