mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
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).
This commit is contained in:
parent
80587386dd
commit
89751d70ad
@ -66,6 +66,8 @@ fabric.properties
|
|||||||
|
|
||||||
# Editor-based Rest Client
|
# Editor-based Rest Client
|
||||||
.idea/httpRequests
|
.idea/httpRequests
|
||||||
|
http-client.private.env.json
|
||||||
|
rest-client.private.env.json
|
||||||
|
|
||||||
# Android studio 3.1+ serialized cache file
|
# Android studio 3.1+ serialized cache file
|
||||||
.idea/caches/build_file_checksums.ser
|
.idea/caches/build_file_checksums.ser
|
||||||
|
Loading…
Reference in New Issue
Block a user