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?

0
1 comment

Don't mark such configurations as Shared, they will be stored in .idea/workspace.xml file which should not be committed anyway.

0

Please sign in to leave a comment.