Files
novelWriter/.gitignore
T
2021-01-31 22:06:13 +01:00

42 lines
456 B
Plaintext

# Setup/Install
/MANIFEST
/dist/
/build/
/deploy/
*.spec
*.egg-info
setup.iss
novelwriter.desktop
# 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