mirror of
https://github.com/QingdaoU/Spirit.git
synced 2024-12-28 07:22:07 +00:00
6dc6c87a04
* add yarn * spirit startproject command * readme usage * remove example from travis * readme run tests * exit instead of raise * remove yarn.lock * core.conf settings * django.conf.settings -> core.conf.settings everywhere * editorconfig makefiles * docs * core.conf.defaults docs * installation docs * upgrade docs * update history * spirit.settings deprecation warning * update readme
76 lines
746 B
Plaintext
76 lines
746 B
Plaintext
# Spirit
|
|
/spirit/search/whoosh_index/
|
|
/db.sqlite3
|
|
/example/media/
|
|
/example/static/
|
|
/manage.py
|
|
/project
|
|
|
|
# Node
|
|
node_modules
|
|
|
|
# SASS
|
|
.sass-cache
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
|
|
# Mr Developer / eclipse pydev
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
.settings
|
|
|
|
# Rope
|
|
.ropeproject
|
|
|
|
# Django stuff:
|
|
*.log
|
|
*.pot
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# Pycharm
|
|
.idea
|
|
|
|
# Vim
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
|
|
# Tx
|
|
.transifexrc
|