Are my environment variables backed up to Github
Answered
I currently have passwords in my intellij run configuration as environment variables. How can I prevent them from beeing saved to github when i push?
Please sign in to leave a comment.
Don't mark such configurations as Shared, they will be stored in .idea/workspace.xml file which should not be committed anyway.