mirror of
https://github.com/adulau/git-vuln-finder.git
synced 2024-11-21 17:47:06 +00:00
added .gitignore
This commit is contained in:
parent
8e0599ec09
commit
19d4e87430
1 changed files with 38 additions and 0 deletions
38
.gitignore
vendored
Normal file
38
.gitignore
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
# use glob syntax
|
||||
syntax: glob
|
||||
|
||||
*.elc
|
||||
*.pyc
|
||||
*~
|
||||
*.db
|
||||
|
||||
# Virtualenv
|
||||
venv
|
||||
build
|
||||
|
||||
# setuptools
|
||||
build/*
|
||||
git-vuln-finder.egg-info/*
|
||||
dist/*
|
||||
|
||||
# tests
|
||||
.coverage
|
||||
.mypy_cache/
|
||||
.cache/
|
||||
|
||||
# sphinx
|
||||
docs/_build
|
||||
|
||||
# Emacs
|
||||
eproject.cfg
|
||||
|
||||
# Temporary files (vim backups)
|
||||
*.swp
|
||||
|
||||
.idea/
|
||||
|
||||
# Log files:
|
||||
*.log
|
||||
|
||||
# Vagrant:
|
||||
.vagrant/
|
Loading…
Reference in a new issue