haiku-atelier-2024/.gitignore

58 lines
696 B
Text
Executable file

# Application
web/app/plugins/*
!web/app/plugins/.gitkeep
web/app/mu-plugins/*/
web/app/themes/twentytwentyfour/
web/app/upgrade
web/app/cache/*
web/app/languages/plugins/
web/app/object-cache.php
# WordPress
web/wp
web/vendor
web/.htaccess
# Compilation
web/app/themes/haiku-atelier-2024/assets/js
web/app/themes/haiku-atelier-2024/assets/js/.vite/manifest.json
# Logs
*.log
# Dotenv
.env
.env.*
!.env.example
# Composer
/vendor
# WP-CLI
wp-cli.local.yml
# Node
node_modules
# Cache
.cache
cache
# Devenv
.devenv*
devenv.local.nix
# direnv
.direnv
# pre-commit
.pre-commit-config.yaml
# Gleam
build/
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/