The chat history JSON file contains 373 lines of test messages that appear to be generated during test runs. This test data should not be committed to the repository as it:
- Adds unnecessary noise to version control
- Will change frequently with every test run
- Can be regenerated on demand
Consider adding dashboard/chat_history.json to .gitignore to prevent test data from being committed.
Originally posted by @Copilot in #37 (comment)
The chat history JSON file contains 373 lines of test messages that appear to be generated during test runs. This test data should not be committed to the repository as it:
Consider adding
dashboard/chat_history.jsonto.gitignoreto prevent test data from being committed.Originally posted by @Copilot in #37 (comment)