init
This commit is contained in:
commit
de73fc619a
3560 changed files with 747274 additions and 0 deletions
29
.prettierignore
Executable file
29
.prettierignore
Executable file
|
|
@ -0,0 +1,29 @@
|
|||
# Tout ce qui est traité par dprint
|
||||
*.css
|
||||
*.html
|
||||
*.js
|
||||
*.json
|
||||
!package.json
|
||||
*.jsonc
|
||||
*.md
|
||||
*.scss
|
||||
*.ts
|
||||
*.twig
|
||||
*.yml
|
||||
*.yaml
|
||||
|
||||
# Tout sauf le thème
|
||||
.ddev
|
||||
web/app/*
|
||||
!web/app/themes
|
||||
web/app/themes/haiku-atelier-2024/assets
|
||||
web/app/languages
|
||||
web/app/plugins
|
||||
web/vendor
|
||||
|
||||
# Dépendances
|
||||
composer.lock
|
||||
pnpm-lock.yaml
|
||||
|
||||
# Jujutsu
|
||||
.jj
|
||||
Loading…
Add table
Add a link
Reference in a new issue