From 89751d70ad5faee2a39c6a762bf1bfc998c35656 Mon Sep 17 00:00:00 2001 From: bitbonk Date: Wed, 15 Apr 2020 17:45:57 +0200 Subject: [PATCH] Ignore http client private environment files It is contains [sensitive data](https://www.jetbrains.com/help/webstorm/http-client-in-product-code-editor.html#example-working-with-environment-files) and shouldn't be added to VCS. [gitignore.io](https://gitignore.io) already [does it right](https://github.com/toptal/gitignore/blob/master/templates/JetBrains.gitignore). --- Global/JetBrains.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 8da0824b..8bb3fbb0 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -66,6 +66,8 @@ fabric.properties # Editor-based Rest Client .idea/httpRequests +http-client.private.env.json +rest-client.private.env.json # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser