Initial win-port

This commit is contained in:
3wc
2021-12-03 14:19:23 +02:00
commit 6572811159
20 changed files with 2484 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@ -0,0 +1,28 @@
# Application
/bedrock/web/app/plugins/*
/bedrock/!web/app/plugins/.gitkeep
/bedrock/web/app/mu-plugins/*/
/bedrock/web/app/upgrade
/bedrock/web/app/uploads/*
/bedrock/!web/app/uploads/.gitkeep
# WordPress
/bedrock/web/wp
/bedrock/web/.htaccess
# Logs
*.log
# Dotenv
.env
.env.*
!.env.example
/bedrock/.env
/bedrock/.env.*
/bedrock/!.env.example
# Composer
/bedrock/vendor
# WP-CLI
wp-cli.local.yml