Files
volumen/.gitignore
T
petrbalvin 0ba6e379d7 chore: gitignore config.toml, add config.toml.example
The dev config.toml contains a password hash and should not be
committed. Add a config.toml.example template instead and document
the copy step.
2026-06-26 20:41:49 +02:00

28 lines
356 B
Plaintext

# Bundler
/.bundle/
/vendor/bundle/
# Built gems
/pkg/
*.gem
# Test / coverage
/coverage/
/tmp/
# Local development sandbox (posts, generated config)
/.volumen/
# Local dev config (contains password hash)
/config.toml
# Uploaded media in the dev content directory
/posts/media/
# Local users database (dev)
/users.toml
# Editor / OS
*.swp
.DS_Store