-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description
The server/vector_index.pkl is listed in this repository's .gitignore but is nonetheless included in the repo. This is likely due to the file being commited before being added to the .gitignore. server/vector_index.pkl should be removed (it gets rewritten whenever the search index is generated, ie. manage.py quicksetup)
This file being part of the repo quite often causes errors to be thrown when switching between branches on local with DB variations:
error: Your local changes to the following files would be overwritten by checkout:
server/vector_index.pkl
Please commit your changes or stash them before you switch branches.
Aborting
Steps to Reproduce
- View the
.gitignore,server/vector_index.pklis explicitly excluded - Open at the
serverfolder, and look who is there.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working