I have a project that will be published on GitHub, but we don't want to expose our production configuration to the public, e.g. items like: api url, api key, and 3rd party keys.
Many projects do it but using .ignore
is not the desired way to achieve this.
What is the way to do this so that the repository has all the configuration on company machines but not included on GitHub?
Example projects: