I’m freaking out about my workflow with these scripts right now. Sorry, software is my living and I just can’t help it. I searched and it didn’t appear to be addressed anywhere, but maybe I missed it.
I really want to be able to fork the repo, add my folder and add files to it, then sync that whole thing to my norns, or clone it locally and do the usb sync thing. The problem is some of my noise doesn’t belong in the monome repository. Like the stuff I record in /tape. So every time I want to consolidate what is there with what I have locally, the git status shows a bunch of stuff that doesn’t belong, or is half-baked.
I think this might be as simple as adding some folders to the .gitignore file. I think /audio/tape/* should probably be in there so everyone’s recordings are ignored unless they’re moved to a named folder or common Maybe also folder under scripts called or /local or something like. That you can make all kinds of noise there in your own space and it won’t be hard to do fork/pulls without sorting stuff.
Anyone else already worked out a workflow for this that works for them?