From 277e19ba76aa312e3b21ae06ad324d0651742279 Mon Sep 17 00:00:00 2001 From: Debian Dev4 Date: Thu, 2 Oct 2025 15:31:57 +0000 Subject: [PATCH] chore: doc updates [skip ci] --- .cursorignore | 26 +++++++++++++++++++++----- .dockerignore | 26 +++++++++++++++++++++----- .gitignore | 26 +++++++++++++++++++++----- 3 files changed, 63 insertions(+), 15 deletions(-) diff --git a/.cursorignore b/.cursorignore index d07058b9..2d43d934 100644 --- a/.cursorignore +++ b/.cursorignore @@ -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* \ No newline at end of file +**/*next* + +# Dossiers de logs communs +log/ +logs/ +**/log/ +**/logs/ \ No newline at end of file diff --git a/.dockerignore b/.dockerignore index d07058b9..2d43d934 100644 --- a/.dockerignore +++ b/.dockerignore @@ -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* \ No newline at end of file +**/*next* + +# Dossiers de logs communs +log/ +logs/ +**/log/ +**/logs/ \ No newline at end of file diff --git a/.gitignore b/.gitignore index d07058b9..2d43d934 100644 --- a/.gitignore +++ b/.gitignore @@ -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* \ No newline at end of file +**/*next* + +# Dossiers de logs communs +log/ +logs/ +**/log/ +**/logs/ \ No newline at end of file