Wiki/.gitignore
Corentin JOGUET 8b42cbc787
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
chore(docmost): clone upstream + isole seed scripts Acadenice
- 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)
2026-05-07 20:57:15 +02:00

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/