Files
django-wiki/.gitignore
2025-09-17 07:52:16 -05:00

75 lines
941 B
Plaintext

*.pyc
build
dist
*.egg-info
.eggs
testproject/testproject/whoosh_index/
testproject/testproject/xapian_index/
tests/media
# Ignore compiled version of source language
src/wiki/locale/en/LC_MESSAGES/django.mo
# Ignore Transifex managed msgids
src/wiki/locale/*/LC_MESSAGES/django.po
!src/wiki/locale/en/LC_MESSAGES/django.po
# Ignore this folder which is created by tests
wiki/attachments
#PyCharm
.idea
# Test artifacts
cache
wiki/images
#Docs
docs/_build
docs/_build/*
docs/wiki.*
docs/modules.rst
# Test project
testproject/testproject/settings/local.py
testproject/testproject/media/*
# Installer logs
pip-log.txt
# Unit test / coverage reports
htmlcov/
.coverage
.coverage.*
.tox
.cache
coverage.xml
*.cover
#Eclipse
.project
.pydevproject
.settings
#Visual Studio Code
.vscode
#Virtualenv
virtualenv
.venv
env/
#Mr Developer
.mr.developer.cfg
# text editors
*~
*.swp
*.db
*.sqlite3
__pycache__
/src/wiki/images/
/src.7z