I wonder how to hide an API key and replace it with let's say empty string
before pushing to Github or any source control.
for example, I've API keys like
object Constants {
const val API_KEY= "GOOGLE_API_KEY"
}
how to remove the actual one and add random or empty string when pushing.