38 lines
556 B
Plaintext
38 lines
556 B
Plaintext
<<<<<<< HEAD
|
|
=======
|
|
# Application
|
|
web/app/plugins/*
|
|
!web/app/plugins/.gitkeep
|
|
# Ignore Composer-installed mu-plugin directories; single-file mu-plugins are tracked intentionally
|
|
web/app/mu-plugins/*/
|
|
web/app/themes/twentytwentyfive/
|
|
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
|
|
|
|
# Composer
|
|
/vendor
|
|
auth.json
|
|
|
|
# PHPUnit/Pest
|
|
phpunit.xml
|
|
.phpunit.result.cache
|
|
.phpunit.cache
|
|
|
|
# WP-CLI
|
|
wp-cli.local.yml
|
|
>>>>>>> 9c1eefa (Start with Develoment)
|