Wiki update

This commit is contained in:
Fabien POLLY
2026-01-24 17:18:37 +01:00
parent e7168f6d1d
commit fc2a3f6972
31 changed files with 4135 additions and 279 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# OS files
.DS_Store
Thumbs.db
desktop.ini
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm/
# Project specific
.gemini/
.env
.env.local
.env.*.local
dist/
build/
# Wiki Content (Keep empty for template)
wiki/docs/*
!wiki/docs/.gitkeep
# Wiki Content (Keep empty for template)
wiki/docs/*
!wiki/docs/.gitkeep