Nettoyage repo distant en applicant gitignore

This commit is contained in:
2025-11-10 18:48:18 +01:00
parent b6344b1bb7
commit d969b05ead
614 changed files with 14 additions and 430225 deletions

View File

@ -0,0 +1,14 @@
{
"permissions": {
"allow": [
"Bash(curl:*)",
"Bash(kill:*)",
"Bash(go run:*)",
"Bash(lsof:*)",
"Bash(npm run build:*)"
],
"deny": [],
"ask": []
},
"outputStyle": "default"
}