43 lines
453 B
Plaintext
43 lines
453 B
Plaintext
# Application
|
|
web/app/plugins/*
|
|
!web/app/plugins/.gitkeep
|
|
web/app/themes/*
|
|
!web/app/themes/.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/*
|
|
!.github/*
|
|
!.profile.d/999-app.sh
|
|
|
|
# Bin
|
|
bin/*
|
|
!bin/.gitkeep
|
|
|
|
# Composer
|
|
/vendor
|
|
|
|
# WP-CLI
|
|
wp-cli.local.yml
|
|
|
|
# deploy
|
|
deploy.tar.gz
|