chore: doc updates [skip ci]
This commit is contained in:
parent
cdf91d453f
commit
a1670cfc35
26
.gitignore
vendored
26
.gitignore
vendored
@ -42,10 +42,18 @@ certs/
|
|||||||
**/*.docker*
|
**/*.docker*
|
||||||
|
|
||||||
# Cache et build
|
# Cache et build
|
||||||
**/*.node_modules/
|
**/node_modules/
|
||||||
**/*.dist/
|
**/dist/
|
||||||
**/*build/
|
**/build/
|
||||||
**/*target/
|
**/target/
|
||||||
|
**/.next/
|
||||||
|
**/.turbo/
|
||||||
|
**/coverage/
|
||||||
|
**/.pytest_cache/
|
||||||
|
**/.cache/
|
||||||
|
**/.pnpm-store/
|
||||||
|
**/.venv/
|
||||||
|
**/vendor/
|
||||||
**/*.*.o
|
**/*.*.o
|
||||||
**/*.so
|
**/*.so
|
||||||
**/*.dylib
|
**/*.dylib
|
||||||
@ -68,6 +76,8 @@ certs/
|
|||||||
|
|
||||||
# Backup des projets existants
|
# Backup des projets existants
|
||||||
**/*backup*
|
**/*backup*
|
||||||
|
**/backups/
|
||||||
|
**/*backups*
|
||||||
|
|
||||||
|
|
||||||
**/*wallet*
|
**/*wallet*
|
||||||
@ -76,4 +86,10 @@ certs/
|
|||||||
**/*node_modules*
|
**/*node_modules*
|
||||||
**/*cursor*
|
**/*cursor*
|
||||||
**/*pid*
|
**/*pid*
|
||||||
**/*next*
|
**/*next*
|
||||||
|
|
||||||
|
# Dossiers de logs communs
|
||||||
|
log/
|
||||||
|
logs/
|
||||||
|
**/log/
|
||||||
|
**/logs/
|
Loading…
x
Reference in New Issue
Block a user