chore(gitignore): add .opencommit file to .gitignore to exclude it from version control

chore(opencommit): remove .opencommit file as it is no longer needed for the project
This commit is contained in:
David Ibia
2025-03-08 23:51:26 +01:00
parent bc22ab521c
commit 2fad244e0a
2 changed files with 1 additions and 13 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.config/wezterm/colorscheme
.config/openai/setup.sh
.env
.opencommit

View File

@@ -1,13 +0,0 @@
OCO_MODEL=gpt-3.5-turbo
OCO_AI_PROVIDER=openai
OCO_TOKENS_MAX_INPUT=4096
OCO_TOKENS_MAX_OUTPUT=500
OCO_DESCRIPTION=false
OCO_EMOJI=false
OCO_LANGUAGE=en
OCO_MESSAGE_TEMPLATE_PLACEHOLDER=$msg
OCO_PROMPT_MODULE=conventional-commit
OCO_ONE_LINE_COMMIT=true
OCO_TEST_MOCK_TYPE=commit-message
OCO_GITPUSH=false
OCO_WHY=false