Skip to content

Commit

Permalink
Added and updated entries in .gitignore and package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
shanginn committed Apr 4, 2023
1 parent 0718c5a commit a104231
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
.env
bun.lockb
.idea
.log*
.vscode
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
"repository": "https://github.com/shanginn/autocommit",
"author": "[email protected]",
"license": "MIT",
"type": "module",
"dependencies": {
"dotenv": "^16.0.2",
"langchain": "^0.0.47",
"openai": "^3.0.0",
"rc": "1.2.8"
},
Expand Down

0 comments on commit a104231

Please sign in to comment.