1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 21:15:32 +02:00

Added to gitignore to hide a virtual environment.

This commit is contained in:
Kyle Anthony Williams 2020-12-04 11:04:25 -05:00
parent 395351ad7e
commit 24c2cf8ccf

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/