Compare commits
No commits in common. "ext" and "master" have entirely different histories.
24
.gitignore
vendored
24
.gitignore
vendored
@ -42,18 +42,10 @@ 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
|
||||||
@ -76,8 +68,6 @@ certs/
|
|||||||
|
|
||||||
# Backup des projets existants
|
# Backup des projets existants
|
||||||
**/*backup*
|
**/*backup*
|
||||||
**/backups/
|
|
||||||
**/*backups*
|
|
||||||
|
|
||||||
|
|
||||||
**/*wallet*
|
**/*wallet*
|
||||||
@ -87,9 +77,3 @@ certs/
|
|||||||
**/*cursor*
|
**/*cursor*
|
||||||
**/*pid*
|
**/*pid*
|
||||||
**/*next*
|
**/*next*
|
||||||
|
|
||||||
# Dossiers de logs communs
|
|
||||||
log/
|
|
||||||
logs/
|
|
||||||
**/log/
|
|
||||||
**/logs/
|
|
Loading…
x
Reference in New Issue
Block a user