39 lines
423 B
Text
Executable file
39 lines
423 B
Text
Executable file
# Tout ce qui est traité par treefmt
|
|
*.css
|
|
*.html
|
|
*.js
|
|
*.json
|
|
*.md
|
|
*.mjs
|
|
*.mts
|
|
*.php
|
|
*.scss
|
|
*.sh
|
|
*.ts
|
|
*.xml
|
|
*.yaml
|
|
*.yml
|
|
!package.json
|
|
|
|
# Cache
|
|
.cache
|
|
|
|
# Tout sauf le thème
|
|
**/vendor
|
|
**/web/app/languages
|
|
**/web/app/mu-plugins
|
|
**/web/app/plugins
|
|
**/web/app/themes/haiku-atelier-2024/assets
|
|
**/web/app/themes/twentytwentyfour
|
|
**/web/app/uploads
|
|
**/web/wp
|
|
|
|
# Dépendances
|
|
composer.lock
|
|
bun.lock
|
|
|
|
# Jujutsu
|
|
.jj/
|
|
|
|
# Zed
|
|
.zed/
|