Replies: 1 comment 1 reply
-
By default, I would recommend version controlling:
This would probably vary per user. In the future, you'll be able to switch between multiple |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I typically store dotfiles in version control so that on a new system, I have all it takes to make me productive.
In case of ScriptKit, is it recommended to add .kenv to versions control. I think only
bin
,scripts
,.env
,package.json
should suffice. Any suggestions?Beta Was this translation helpful? Give feedback.
All reactions