Merge branch 'develop' of github.com:BracketSpace/WP-Admin-Reference into develop

This commit is contained in:
Jakub Mikita 2019-12-10 22:13:55 +01:00
commit f84ee50ed9
5 changed files with 156 additions and 50 deletions

55
.gitignore vendored
View file

@ -1,27 +1,28 @@
# Application
web/app/plugins/*
!web/app/plugins/.gitkeep
web/app/upgrade
web/app/ewww/*
web/app/debug.log
web/app/uploads/*
!web/app/uploads/.gitkeep

# WordPress
web/wp
web/.htaccess

# Dotenv
.env
.env.*
!.env.example

# Composer
/vendor
auth.json

# WP-CLI
wp-cli.local.yml
/web/app/themes/wpadminref/.gitignore
sql/local.sql
# Application
web/app/plugins/*
!web/app/plugins/.gitkeep
web/app/upgrade
web/app/ewww/*
web/app/debug.log
web/app/uploads/*
!web/app/uploads/.gitkeep

# WordPress
web/wp
web/.htaccess

# Dotenv
.env
.env.*
!.env.example

# Composer
/vendor
auth.json

# WP-CLI
wp-cli.local.yml

/web/app/themes/wpadminref/.gitignore

sql/local.sql