2025-02-21
This commit is contained in:
parent
98131c3b78
commit
5d5918f0d7
69 changed files with 1481 additions and 305 deletions
26
cfg/.prettierignore
Executable file
26
cfg/.prettierignore
Executable file
|
|
@ -0,0 +1,26 @@
|
|||
# Tout ce qui est traité par dprint
|
||||
*.css
|
||||
*.html
|
||||
*.js
|
||||
*.json
|
||||
*.jsonc
|
||||
*.md
|
||||
*.mjs
|
||||
*.mts
|
||||
*.ts
|
||||
*.vue
|
||||
*.yaml
|
||||
*.yml
|
||||
!package.json
|
||||
|
||||
# Cache
|
||||
.cache
|
||||
|
||||
# Compilation
|
||||
dist
|
||||
|
||||
# Jujutsu
|
||||
.jj
|
||||
|
||||
# Zed
|
||||
.zed
|
||||
Loading…
Add table
Add a link
Reference in a new issue