mirror of
https://ghproxy.net/https://github.com/BracketSpace/WP-Admin-Reference.git
synced 2025-10-03 22:54:31 +08:00
28 lines
No EOL
331 B
Text
28 lines
No EOL
331 B
Text
# 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 |