mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Merge pull request #70 from cisagov/improvement/gitignore_me
Improve gitignore file comments and organization.
This commit is contained in:
commit
b0e7f014e3
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,3 +1,8 @@
|
|||
# This file specifies intentionally untracked files that Git should ignore.
|
||||
# Files already tracked by Git are not affected.
|
||||
# See: https://git-scm.com/docs/gitignore
|
||||
|
||||
## Python ##
|
||||
__pycache__
|
||||
.mypy_cache
|
||||
.python-version
|
||||
|
|
Loading…
Reference in a new issue