Improve installation process

This commit is contained in:
magicfixin
2025-07-23 23:42:41 +02:00
committed by cryptogopher
parent e12369cea1
commit 5ffc6974f0
8 changed files with 115 additions and 44 deletions

9
.gitignore vendored
View File

@@ -3,10 +3,15 @@
/.cache
/.gem
# Ignore master key for decrypting credentials and more.
# Ignore service startup scripts.
/bin/fixinme.service
# Ignore:
# * master key for decrypting credentials and encrypted credentials,
# * custom app, database and server settings (based on *.dist templates).
/config/application.rb
/config/credentials.yml.enc
/config/database.yml
/config/initializers/secret_token.rb
/config/master.key
/config/puma.rb