Initial
This commit is contained in:
31
.dockerignore
Normal file
31
.dockerignore
Normal file
@@ -0,0 +1,31 @@
|
||||
.git/
|
||||
# Application
|
||||
**/web/app/plugins/*
|
||||
!**/web/app/plugins/.gitkeep
|
||||
**/web/app/mu-plugins/*/
|
||||
**/web/app/upgrade
|
||||
**/web/app/uploads/*
|
||||
!**/web/app/uploads/.gitkeep
|
||||
**/web/app/cache/*
|
||||
|
||||
# WordPress
|
||||
**/web/wp
|
||||
**/web/.htaccess
|
||||
|
||||
# Logs
|
||||
**/*.log
|
||||
|
||||
# Dotenv
|
||||
**/.env
|
||||
**/.env.*
|
||||
!**/.env.example
|
||||
|
||||
# Dotfiles
|
||||
**/.*/*
|
||||
!**/.**/.gitkeep
|
||||
!**/.dev/*
|
||||
# Composer
|
||||
vendor
|
||||
|
||||
# WP-CLI
|
||||
**/wp-cli.local.yml
|
||||
Reference in New Issue
Block a user