Updating .gitignore

- Ignoring "vendor" files for Go
- Ignoring a virtual env folder for Python
This commit is contained in:
Aleksandr Melnikov 2020-03-23 12:00:01 -07:00
parent 30ce4335db
commit cc4c4c559f

2
.gitignore vendored
View File

@ -4,3 +4,5 @@
pocs
__debug_bin
openapi-generator-cli.jar
vendor
venv3