Restore update ddev-generated .gitignore
From commit e4534b8
This was lost because git checkout --theirs -- flat out didn't work. What?
This commit is contained in:
parent
7df2c30770
commit
f6791135ae
1 changed files with 21 additions and 17 deletions
38
.ddev/.gitignore
vendored
38
.ddev/.gitignore
vendored
|
@ -1,24 +1,28 @@
|
|||
#ddev-generated: Automatically generated ddev .gitignore.
|
||||
# You can remove the above line if you want to edit and maintain this file yourself.
|
||||
|
||||
/commands/*/*.example
|
||||
/commands/*/README.txt
|
||||
/commands/host/launch
|
||||
/commands/web/xdebug
|
||||
/commands/db/mysql
|
||||
/homeadditions/*.example
|
||||
/homeadditions/README.txt
|
||||
/.gitignore
|
||||
/import.yaml
|
||||
|
||||
/**/*.example
|
||||
/.dbimageBuild
|
||||
/.dbimageExtra
|
||||
/.ddev-docker-compose-base.yaml
|
||||
/.ddev-docker-compose-full.yaml
|
||||
/db_snapshots
|
||||
/sequelpro.spf
|
||||
/import-db
|
||||
/config.*.y*ml
|
||||
/.webimageBuild
|
||||
/.dbimageBuild
|
||||
/.ddevlive-downloads
|
||||
/.global_commands
|
||||
/.homeadditions
|
||||
/.sshimageBuild
|
||||
/.webimageBuild
|
||||
/.webimageExtra
|
||||
/.dbimageExtra
|
||||
/*-build/Dockerfile.example
|
||||
/apache/apache-site.conf
|
||||
/commands/.gitattributes
|
||||
/commands/db/mysql
|
||||
/commands/host/launch
|
||||
/commands/web/live
|
||||
/commands/web/xdebug
|
||||
/config.*.y*ml
|
||||
/db_snapshots
|
||||
/import-db
|
||||
/import.yaml
|
||||
/nginx_full/nginx-site.conf
|
||||
/sequelpro.spf
|
||||
/**/README.*
|
||||
|
|
Loading…
Reference in a new issue