This repository has been archived on 2025-10-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
minify-html/python/onepass/.gitignore

10 lines
100 B
Text
Raw Normal View History

/Cargo.lock
/target/
2020-01-21 00:33:31 +11:00
__pycache__/
/venv/
# Used by Python setuptools.
/build/
/dist/
/*.egg-info/