chore: doc updates [skip ci]

This commit is contained in:
Debian Dev4 2025-10-02 15:31:57 +00:00
parent ac05049f5a
commit 277e19ba76
3 changed files with 63 additions and 15 deletions

View File

@ -42,10 +42,18 @@ certs/
**/*.docker*
# Cache et build
**/*.node_modules/
**/*.dist/
**/*build/
**/*target/
**/node_modules/
**/dist/
**/build/
**/target/
**/.next/
**/.turbo/
**/coverage/
**/.pytest_cache/
**/.cache/
**/.pnpm-store/
**/.venv/
**/vendor/
**/*.*.o
**/*.so
**/*.dylib
@ -68,6 +76,8 @@ certs/
# Backup des projets existants
**/*backup*
**/backups/
**/*backups*
**/*wallet*
@ -76,4 +86,10 @@ certs/
**/*node_modules*
**/*cursor*
**/*pid*
**/*next*
**/*next*
# Dossiers de logs communs
log/
logs/
**/log/
**/logs/

View File

@ -42,10 +42,18 @@ certs/
**/*.docker*
# Cache et build
**/*.node_modules/
**/*.dist/
**/*build/
**/*target/
**/node_modules/
**/dist/
**/build/
**/target/
**/.next/
**/.turbo/
**/coverage/
**/.pytest_cache/
**/.cache/
**/.pnpm-store/
**/.venv/
**/vendor/
**/*.*.o
**/*.so
**/*.dylib
@ -68,6 +76,8 @@ certs/
# Backup des projets existants
**/*backup*
**/backups/
**/*backups*
**/*wallet*
@ -76,4 +86,10 @@ certs/
**/*node_modules*
**/*cursor*
**/*pid*
**/*next*
**/*next*
# Dossiers de logs communs
log/
logs/
**/log/
**/logs/

26
.gitignore vendored
View File

@ -42,10 +42,18 @@ certs/
**/*.docker*
# Cache et build
**/*.node_modules/
**/*.dist/
**/*build/
**/*target/
**/node_modules/
**/dist/
**/build/
**/target/
**/.next/
**/.turbo/
**/coverage/
**/.pytest_cache/
**/.cache/
**/.pnpm-store/
**/.venv/
**/vendor/
**/*.*.o
**/*.so
**/*.dylib
@ -68,6 +76,8 @@ certs/
# Backup des projets existants
**/*backup*
**/backups/
**/*backups*
**/*wallet*
@ -76,4 +86,10 @@ certs/
**/*node_modules*
**/*cursor*
**/*pid*
**/*next*
**/*next*
# Dossiers de logs communs
log/
logs/
**/log/
**/logs/