I’m trying to make a Gradle project, and I have sensitive information like database URL, password, and so on that I wouldn’t want uploaded to GitHub. I can’t seem to figure out how to make the env file. I’ve tried everything I can think of.
I was trying to uploads it to GitHub and continue working on it