From 885e67a39b816748380f0bf7f8cf6dafd3384d4d Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 29 Sep 2022 13:06:28 +1000 Subject: [PATCH] Ignore Rails secrets These files are only used in production but sometimes we want to test production execution on our dev machines, too. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cba45b438d..b50b2725c4 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,6 @@ coverage /yarn-error.log yarn-debug.log* .yarn-integrity + +/config/credentials.yml.enc +/config/master.key