Mozilla-Ocho / Memory-Cache

MemoryCache is an experimental development project to turn a local desktop environment into an on-device AI agent
https://memorycache.ai/
Mozilla Public License 2.0
536 stars 23 forks source link

Update gitignore to keep extension signing files out of repo #59

Closed misslivirose closed 4 months ago

misslivirose commented 4 months ago

If you want to self-sign the extension, you can do so by following the steps here. This may make it easier to keep Firefox loading the extension so you don't need to add it via the about:debugging page. Updating the .gitignore so that if you're working from the repo and choose to do this, you don't include the signing files that are generated in the /extension/ folder.

misslivirose commented 4 months ago

Sorry for the messy commit, my brain forgot how branches worked for a minute

johnshaughnessy commented 4 months ago

Closing this PR because the commits were added to the history in https://github.com/Mozilla-Ocho/Memory-Cache/pull/60