From 78355342936db804e69a9b8c8d59b34e2bd2b5aa Mon Sep 17 00:00:00 2001 From: Konstantinos Athanasiou Date: Tue, 14 May 2024 08:49:31 +0300 Subject: [PATCH] add production config file in gitignore --- starters/lightweight-service/.gitignore | 1 + starters/rest-api/.gitignore | 1 + starters/saas/.gitignore | 1 + 3 files changed, 3 insertions(+) diff --git a/starters/lightweight-service/.gitignore b/starters/lightweight-service/.gitignore index 26d21caa5..d320a904a 100644 --- a/starters/lightweight-service/.gitignore +++ b/starters/lightweight-service/.gitignore @@ -1,5 +1,6 @@ **/config/local.yaml **/config/*.local.yaml +**/config/production.yaml # Generated by Cargo # will have compiled files and executables diff --git a/starters/rest-api/.gitignore b/starters/rest-api/.gitignore index 26d21caa5..d320a904a 100644 --- a/starters/rest-api/.gitignore +++ b/starters/rest-api/.gitignore @@ -1,5 +1,6 @@ **/config/local.yaml **/config/*.local.yaml +**/config/production.yaml # Generated by Cargo # will have compiled files and executables diff --git a/starters/saas/.gitignore b/starters/saas/.gitignore index 26d21caa5..d320a904a 100644 --- a/starters/saas/.gitignore +++ b/starters/saas/.gitignore @@ -1,5 +1,6 @@ **/config/local.yaml **/config/*.local.yaml +**/config/production.yaml # Generated by Cargo # will have compiled files and executables