diff options
author | brunomilitzer <bruno.militzer@est.tech> | 2021-11-11 14:45:29 +0000 |
---|---|---|
committer | brunomilitzer <bruno.militzer@est.tech> | 2021-11-12 14:54:04 +0000 |
commit | 77d6c0e043b5d674e74c56d325cb3f16dc4ac749 (patch) | |
tree | 4853bd8a23d23d4e38a913a43c76c99b6e9b335b /.gitignore | |
parent | 496f58cf8f5ad6c65b417d2ae79a69ece480d049 (diff) |
Fixed Third Party Proxy File
Fixed third_party_proxy file which needed to wrap
the content inside print with brackets
Updated gitignore to ignore python enviroment files
Issue-ID: POLICY-3818
Change-Id: I608868b55b693375c69b17eb11aa47bfd9908747
Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b54ca2afa..517a3f3af 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ ui-react/build *~ auto-save-list tramp +venv
\ No newline at end of file |