mirror of
https://github.com/adulau/git-vuln-finder.git
synced 2024-11-24 11:07:07 +00:00
updated gitignore
This commit is contained in:
parent
19d4e87430
commit
c9af36b869
4 changed files with 2 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -12,7 +12,7 @@ build
|
|||
|
||||
# setuptools
|
||||
build/*
|
||||
git-vuln-finder.egg-info/*
|
||||
git_vuln_finder.egg-info/
|
||||
dist/*
|
||||
|
||||
# tests
|
||||
|
|
|
@ -22,6 +22,7 @@ $ poetry install git-vuln-finder
|
|||
$ poetry shell
|
||||
~~~
|
||||
|
||||
|
||||
## Use as a command line tool
|
||||
|
||||
~~~bash
|
||||
|
|
Binary file not shown.
|
@ -12,10 +12,7 @@
|
|||
|
||||
import os
|
||||
import re
|
||||
import git
|
||||
import json
|
||||
import sys
|
||||
import typing
|
||||
from langdetect import detect as langdetect
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue