diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-15 14:40:24 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-12-15 14:40:24 +0530 |
commit | 54cd7dcaee32ea3e0a41060d219952dc2b2fadd3 (patch) | |
tree | dbc906f88364e735efa33e7a00c57dabefd95f03 /.gitignore | |
parent | 663a73a48fb097cc11d2fc3ca6067f182bd5ed5e (diff) |
added .env to ignore list
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +# env variables +.env |