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.
|
#ddev-generated: Automatically generated ddev .gitignore.
|
||||||
# You can remove the above line if you want to edit and maintain this file yourself.
|
# 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
|
/.gitignore
|
||||||
/import.yaml
|
|
||||||
|
/**/*.example
|
||||||
|
/.dbimageBuild
|
||||||
|
/.dbimageExtra
|
||||||
/.ddev-docker-compose-base.yaml
|
/.ddev-docker-compose-base.yaml
|
||||||
/.ddev-docker-compose-full.yaml
|
/.ddev-docker-compose-full.yaml
|
||||||
/db_snapshots
|
/.ddevlive-downloads
|
||||||
/sequelpro.spf
|
/.global_commands
|
||||||
/import-db
|
/.homeadditions
|
||||||
/config.*.y*ml
|
|
||||||
/.webimageBuild
|
|
||||||
/.dbimageBuild
|
|
||||||
/.sshimageBuild
|
/.sshimageBuild
|
||||||
|
/.webimageBuild
|
||||||
/.webimageExtra
|
/.webimageExtra
|
||||||
/.dbimageExtra
|
/apache/apache-site.conf
|
||||||
/*-build/Dockerfile.example
|
/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