updated gitignore

This commit is contained in:
Cédric Bonhomme 2020-01-04 00:09:22 +01:00
parent 19d4e87430
commit c9af36b869
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
4 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View file

@ -12,7 +12,7 @@ build
# setuptools
build/*
git-vuln-finder.egg-info/*
git_vuln_finder.egg-info/
dist/*
# tests

View file

@ -22,6 +22,7 @@ $ poetry install git-vuln-finder
$ poetry shell
~~~
## Use as a command line tool
~~~bash

View file

@ -12,10 +12,7 @@
import os
import re
import git
import json
import sys
import typing
from langdetect import detect as langdetect