Files
blog/.gitignore
2022-06-07 13:53:28 +02:00

35 lines
350 B
Plaintext

# 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
# deploy
deploy.tar.gz