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.
28 lines
356 B
Plaintext
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
|