1
0
Fork 0
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:
Nick M 2021-06-02 10:56:14 -04:00 committed by GitHub
commit b0e7f014e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.gitignore vendored
View file

@ -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__ __pycache__
.mypy_cache .mypy_cache
.python-version .python-version