Compare commits

..

No commits in common. "ext" and "master" have entirely different histories.
ext ... master

26
.gitignore vendored
View File

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