Ignore Rails secrets

These files are only used in production but sometimes we want to test
production execution on our dev machines, too.
This commit is contained in:
Maikel Linke
2022-09-29 13:06:28 +10:00
committed by Konrad
parent 4b6aced962
commit 885e67a39b

3
.gitignore vendored
View File

@@ -57,3 +57,6 @@ coverage
/yarn-error.log
yarn-debug.log*
.yarn-integrity
/config/credentials.yml.enc
/config/master.key