-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save index.p to users cache location #117
Comments
ooh this looks nice but a bit confusing, so we would be adding this to our scripts or? |
We would modify the package to write the cache somewhere on the users computer rather than in the root directory of the package. |
This is where it would be changed in the code: Line 475 in 4d43733
|
I still have this index.p in my changes, should it be okay to do something like rollback or what would y'all recommend on dealing with this file. |
ignore it. Don't add it to any commits. I thought I added to the
.gitignore but you can try adding it to yours as well.
…On Sun, Nov 24, 2024 at 7:47 PM Sherelyn Alejandro ***@***.***> wrote:
I still have this index.p in my changes, should it be okay to do something
like rollback or what would y'all recommend on dealing with this file.
—
Reply to this email directly, view it on GitHub
<#117 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALATGJKS7CSTDURRD766JD2CJ6RZAVCNFSM6AAAAABQ6XVUF6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJWGUYTAMZXHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Index.p is a cache file that's used to increase performance.
I think we should add to the .gitignore or learn how to use the computers cache location.
The text was updated successfully, but these errors were encountered: