Added to gitignore to hide a virtual environment.

translation-badges
Kyle Anthony Williams 2020-12-04 11:04:25 -05:00
parent 395351ad7e
commit 24c2cf8ccf
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -18,3 +18,7 @@ index.json
# Generated PDF pages
scripts/pdf/*.html
scripts/pdf/tldr-pages.pdf
# Python venv for testing the PDF script
# Envoke it with: python3 -m scripts/pdf/venv/
scripts/pdf/venv/