wip avec résolution de conflits
This commit is contained in:
parent
63b2d2b256
commit
ef19ba2b72
208 changed files with 178625 additions and 192002 deletions
37
cfg/prettierignore
Executable file
37
cfg/prettierignore
Executable file
|
|
@ -0,0 +1,37 @@
|
|||
# Tout ce qui est traité par dprint
|
||||
*.css
|
||||
*.html
|
||||
*.js
|
||||
*.md
|
||||
*.mjs
|
||||
*.mts
|
||||
*.php
|
||||
*.scss
|
||||
*.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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue