OpenSlides/.gitignore
Oskar Hahn 368873e738 Adds a cache system to the CollectionElement and add
a Collection class that can be used to call a collection
used this for the list and receive rest api.
2016-09-30 21:37:52 +02:00

30 lines
392 B
Plaintext

# General
*.pyc
*.swp
*.swo
*~
# Virtual Environment
.virtualenv/*
.venv/*
# Javascript tools and libraries
node_modules/*
bower_components/*
# Local user data (settings, database, media, search index, static files)
personal_data/*
openslides/static/*
# Package building/IDE
docs/_build/*
*.egg-info
build/*
dist/*
.DS_Store
.idea
# Unit test and coverage reports
.coverage
tests/file/*