I have an repository for an app that I\'m working on that includes a configuration file. Currently, I distribute with a .dist extension, and have the user rename th
.dist
I'd probably include an 'install' script of some sort that copied 'config.dist' to 'config'.
I don't think there's a way to have a file both not-ignored and ignored.