chore: doc updates [skip ci]

This commit is contained in:
4NK Dev 2025-10-02 15:32:00 +00:00
parent 08d64fc0d2
commit 650b934e0c
3 changed files with 63 additions and 15 deletions

View File

@ -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*
@ -77,3 +87,9 @@ certs/
**/*cursor* **/*cursor*
**/*pid* **/*pid*
**/*next* **/*next*
# Dossiers de logs communs
log/
logs/
**/log/
**/logs/

View File

@ -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*
@ -77,3 +87,9 @@ certs/
**/*cursor* **/*cursor*
**/*pid* **/*pid*
**/*next* **/*next*
# Dossiers de logs communs
log/
logs/
**/log/
**/logs/

24
.gitignore vendored
View File

@ -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*
@ -77,3 +87,9 @@ certs/
**/*cursor* **/*cursor*
**/*pid* **/*pid*
**/*next* **/*next*
# Dossiers de logs communs
log/
logs/
**/log/
**/logs/