f7cb518430
Cleaned up settings. Updated development section in README.rst. Removed jQuery, jquery.cookie and bootstrap from repository.
32 lines
415 B
Plaintext
32 lines
415 B
Plaintext
# General
|
|
*.pyc
|
|
*.swp
|
|
*~
|
|
|
|
# Virtual Environment
|
|
.virtualenv/*
|
|
.venv/*
|
|
|
|
# Node modules
|
|
node_modules/*
|
|
|
|
# Development user data (settings, database, media, search index, static files)
|
|
settings.py
|
|
!tests/settings.py
|
|
database.sqlite
|
|
media/*
|
|
whoosh_index/*
|
|
bower_components/*
|
|
openslides/static/*
|
|
|
|
# Package building
|
|
docs/_build/*
|
|
*.egg-info
|
|
build/*
|
|
dist/*
|
|
.DS_Store
|
|
|
|
# Unit test and coverage reports
|
|
.coverage
|
|
htmlcov/*
|