Are my environment variables backed up to Github
已回答
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?
请先登录再写评论。
Don't mark such configurations as Shared, they will be stored in .idea/workspace.xml file which should not be committed anyway.