init
This commit is contained in:
commit
de73fc619a
3560 changed files with 747274 additions and 0 deletions
56
.gitignore
vendored
Executable file
56
.gitignore
vendored
Executable file
|
|
@ -0,0 +1,56 @@
|
|||
# Application
|
||||
web/app/plugins/*
|
||||
!web/app/plugins/.gitkeep
|
||||
web/app/mu-plugins/*/
|
||||
web/app/themes/twentytwentyfour/
|
||||
web/app/upgrade
|
||||
web/app/cache/*
|
||||
|
||||
# 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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue