initial
This commit is contained in:
74
.gitignore
vendored
Normal file
74
.gitignore
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
*.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
|
||||
Reference in New Issue
Block a user