mirror of
https://github.com/Theodor-Springmann-Stiftung/server-package.git
synced 2026-02-04 11:05:31 +00:00
+bookstack
This commit is contained in:
26
deckard/bookstack/.gitignore
vendored
Normal file
26
deckard/bookstack/.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# Environment configuration (contains secrets)
|
||||
.env
|
||||
bookstack.env
|
||||
|
||||
# Testing data directory (bind mount)
|
||||
bookstack_testing_data/
|
||||
.claude/
|
||||
|
||||
# Backups
|
||||
*.sql
|
||||
*.tar.gz
|
||||
backup*/
|
||||
|
||||
# Docker override
|
||||
docker-compose.override.yml
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
Reference in New Issue
Block a user