Skip to content

What can be modified in ~/.kit folder? #159

Answered by johnlindquist
lannonbr asked this question in Q&A
Discussion options

You must be logged in to vote

Related: I'm adding //Exclude metadata for scripts you don't want in the main menu.

Short answer

Nothing. Treat ~/.kitas an sdk. Plan on /.kit being deleted each update.

Longer answer:

This week, I'm working on two modes:

  1. Default
    Kit.app will completely avoid git and bundle the latest version of ~/.kit which each update. The update will remove the previous ~/.kit and replace it with the new version

  2. Contributor mode

  • Kit.app will check if ~/.kit is a git repo by checking if a ~/.kit/.git dir exists.
  • On update: Kit.app will stash any changes and pull the latest from main

Why?

There have been too many bugs relying on git: #129 , #88, #69

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lannonbr
Comment options

Answer selected by lannonbr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants