mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 11:40:37 +00:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
.config/wezterm/colorscheme
|
||||
.config/openai/setup.sh
|
||||
.env
|
||||
.opencommit
|
||||
|
||||
13
.opencommit
13
.opencommit
@@ -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
|
||||
Reference in New Issue
Block a user