init
This commit is contained in:
commit
8e75a421d2
23 changed files with 2936 additions and 0 deletions
17
.prettierignore
Normal file
17
.prettierignore
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Tout sauf le thème
|
||||
web/app
|
||||
!web/app/themes
|
||||
|
||||
# Tout .ddev sauf la configuration
|
||||
.ddev/*
|
||||
!.ddev/config.yaml
|
||||
|
||||
# Composer
|
||||
composer.lock
|
||||
|
||||
# pnpm
|
||||
pnpm-lock.yaml
|
||||
|
||||
# Fichiers minifiés
|
||||
*.min.js
|
||||
*.min.css
|
||||
Loading…
Add table
Add a link
Reference in a new issue