* Scripts to install/configure any prerequisites for my distro * Scripts to launch a VM/container to work inside * Editor/IDE config files to setup the project's linting/testing etc
It's not useful to anyone else, it should stay on my machine. But I:
* Don't want to change the repos .gitignore * Still want to use source control on these files
Are there any tools out there to help? How do you solve this?
Use a global gitignore to ignore the symlink.
You could even have a script to git clone, make the local dir, and git init it.
Ideally some kind of global convention could be defined for the local folder name, for consistency, reusable tools, and so everyone could know to stay away from it for nonlocal stuff.