kkdai / LINE-Bot-ChatSummarizer

Use ChatGPT to summarize your group chat as a chat summarizer with the LINE Bot Chat Summarizer.
Apache License 2.0
56 stars 39 forks source link

Remove `vendor` directory and update gitignore #39

Closed Xanonymous-GitHub closed 1 year ago

Xanonymous-GitHub commented 1 year ago

Description

This PR removes the vendor/ directory and updates the .gitignore file to ignore additional files that shouldn't be tracked by Git.

Motivation

By removing the vendor/ directory, we're reducing the size of the repository and avoiding tracking dependencies that can be easily obtained by running go mod download. Additionally, updating the .gitignore file ensures that we're not accidentally committing files that shouldn't be version-controlled.

Changes

Removed vendor/ directory Updated .gitignore file to ignore additional files