Some checks are pending
CI / Lint bridge (Biome) (push) Waiting to run
CI / Type-check bridge (push) Blocked by required conditions
CI / Tests unit bridge (push) Blocked by required conditions
CI / Tests integration bridge (push) Blocked by required conditions
CI / Security scan (push) Waiting to run
CI / Docker build + healthcheck (push) Blocked by required conditions
- Move docmost/setup/* vers docmost-acadenice-seed/ (preserve historique git) - Clone Docmost upstream (depth=1) dans docmost/, gitignore le sub-repo - Branche acadenice/main creee dans le fork pour patches - Prepare Bloc 4 (auth federee) puis Bloc 8 (Tiptap node-views)
57 lines
559 B
Text
57 lines
559 B
Text
# Secrets
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.staging
|
|
.env.prod
|
|
*.pem
|
|
*.key
|
|
|
|
# Backups
|
|
backups/
|
|
*.sql.gz
|
|
*.tar.gz
|
|
|
|
# Python venv
|
|
.venv/
|
|
__pycache__/
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
build/
|
|
.next/
|
|
.turbo/
|
|
.vitest/
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
*.pid
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
*~
|
|
|
|
# Editors
|
|
.idea/
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json.example
|
|
|
|
# Python (si seed scripts)
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
|
|
# Misc
|
|
.cache/
|
|
*.tmp
|
|
*.swp
|
|
|
|
# Docmost fork — historique git separe (depth=1 clone), futur submodule sur fork Acadenice
|
|
docmost/
|