Files
novelWriter/.gitignore
T
2021-03-02 11:42:07 +01:00

44 lines
477 B
Plaintext

# Setup/Install
/MANIFEST
/dist/
/build/
/deploy/
*.spec
*.egg-info
setup.iss
novelwriter.desktop
i18n/*.qm
i18n/*.qph
# Documentation
/docs/build/
*.qch
*.qhc
# Python Temp
__pycache__
*.pyc
# Sample Project
/nw/assets/sample.zip
/sample/cache
/sample/meta
*.bak
*.lock
ToC.txt
# PyTest
/prof/
/htmlcov/
/tests/temp
/tests/lipsum/cache
/tests/lipsum/meta
/tests/minimal/cache
/tests/minimal/meta
/tests/oldproj/cache
/.pytest_cache
/pytestdebug.log
# Coverage
/.coverage