OpenSlides/.gitignore
Norman Jäckel f7cb518430 Used Bower and gulp to manage third party JavaScript and Cascading Style Sheets libraries.
Cleaned up settings. Updated development section in README.rst.

Removed jQuery, jquery.cookie and bootstrap from repository.
2015-01-17 00:12:04 +01:00

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/*