From a89078b0e87148b20b3603400d827d314e67270a Mon Sep 17 00:00:00 2001 From: Stephane Segning Date: Tue, 12 Dec 2023 10:11:46 +0100 Subject: [PATCH] removed unrequired files --- .gitignore | 4 +++- .release-scripts-hooks.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6f481b5..8f9ff54 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ __pycache__ .DS_Store project node_modules -doc1/29-design-the-results-interface.md \ No newline at end of file +doc1/29-design-the-results-interface.md + +.idea \ No newline at end of file diff --git a/.release-scripts-hooks.sh b/.release-scripts-hooks.sh index 539af5f..2ac0c35 100644 --- a/.release-scripts-hooks.sh +++ b/.release-scripts-hooks.sh @@ -39,7 +39,7 @@ function get_develop_branch_name { # Parameter $1 - current release version as text # Returns the master branch name as text function get_master_branch_name { - echo "master" + echo "main" } # Hook method to format the release branch name