Sometimes, I been accidentally creating file within gmic-community folder, and I’d like to avoid that. How can I make sure that I am able to only modify the include folder after I do git push?
Not quite clear what your scenario is, but am I right that you are coding gmic-plugins that you want to push to the official repo?
- Preferred: Separate the code repository from the runnable version
- Primitive: Write-protect everything else
- Fragile: Go crazy in your gitignore file (although that might collide with project settings)