Skip to content

Commit 5b40f7c

Browse files
authored
Add main in default ignored branch (#27)
1 parent ab7fb01 commit 5b40f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212

1313
CURRENT_BRANCH="$(git symbolic-ref --short HEAD)"
1414
GIT_ROOT_DIRECTORY=$(git rev-parse --show-toplevel)
15-
IGNORED_BRANCHES=("dev" "master" "qa" "uat" "staging")
15+
IGNORED_BRANCHES=("dev" "master" "main" "qa" "uat" "staging")
1616
CUSTOM_IGNORED_PATH="$GIT_ROOT_DIRECTORY/.smart-commit-ignore"
1717

1818
if [ -f "$CUSTOM_IGNORED_PATH" ]; then

0 commit comments

Comments
 (0)