mirror of
https://ghproxy.net/https://github.com/BracketSpace/WP-Admin-Reference.git
synced 2025-10-04 23:42:28 +08:00
Merge branch 'develop' of github.com:BracketSpace/WP-Admin-Reference into develop
This commit is contained in:
commit
f84ee50ed9
5 changed files with 156 additions and 50 deletions
55
.gitignore
vendored
55
.gitignore
vendored
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue