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