Ignore Pipfile.lock (#6447)

This commit is contained in:
Komal 2021-03-01 16:43:12 -08:00 committed by GitHub
parent 8616390418
commit 2c293f3c08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -22,6 +22,9 @@ coverage.cov
# By default, we don't check in yarn.lock files
**/yarn.lock
# By default, we don't check in Pipfile.lock files
**/Pipfile.lock
# Turning on MyPy in VSCode creates this workspace local folder
.mypy_cache