2013-02-16 16:19:20 +01:00
|
|
|
# General
|
2012-07-31 21:16:49 +02:00
|
|
|
*.pyc
|
|
|
|
*.swp
|
2016-01-25 21:22:22 +01:00
|
|
|
*.swo
|
2018-06-26 15:59:05 +02:00
|
|
|
*.log
|
2012-07-31 21:16:49 +02:00
|
|
|
*~
|
2013-02-16 16:19:20 +01:00
|
|
|
|
|
|
|
# Virtual Environment
|
2018-08-28 09:33:50 +02:00
|
|
|
.virtualenv*/*
|
2013-02-16 16:19:20 +01:00
|
|
|
.venv/*
|
|
|
|
|
2015-01-16 14:18:34 +01:00
|
|
|
# Javascript tools and libraries
|
2015-01-05 15:01:42 +01:00
|
|
|
node_modules/*
|
2015-01-16 14:18:34 +01:00
|
|
|
bower_components/*
|
2015-01-05 15:01:42 +01:00
|
|
|
|
2019-12-04 14:24:30 +01:00
|
|
|
# OS4-Submodules
|
|
|
|
openslides-*
|
|
|
|
|
2016-02-27 18:27:03 +01:00
|
|
|
# Local user data (settings, database, media, search index, static files)
|
|
|
|
personal_data/*
|
2015-01-05 15:01:42 +01:00
|
|
|
openslides/static/*
|
2017-01-18 15:32:47 +01:00
|
|
|
collected-static/*
|
2012-12-16 18:28:24 +01:00
|
|
|
|
2015-01-17 23:05:52 +01:00
|
|
|
# Package building/IDE
|
2012-07-31 21:16:49 +02:00
|
|
|
docs/_build/*
|
|
|
|
*.egg-info
|
2012-08-04 20:59:27 +02:00
|
|
|
build/*
|
|
|
|
dist/*
|
2017-11-10 18:14:15 +01:00
|
|
|
debug/*
|
2012-10-30 20:48:58 +01:00
|
|
|
.DS_Store
|
2015-01-17 23:05:52 +01:00
|
|
|
.idea
|
2012-11-24 15:00:17 +01:00
|
|
|
|
2013-02-16 16:19:20 +01:00
|
|
|
# Unit test and coverage reports
|
2012-11-24 15:00:17 +01:00
|
|
|
.coverage
|
2016-09-18 16:00:31 +02:00
|
|
|
tests/file/*
|
2019-12-11 16:12:58 +01:00
|
|
|
tests/db.sqlite3.test
|
2018-07-09 23:22:26 +02:00
|
|
|
.pytest_cache
|
2017-05-10 08:04:34 +02:00
|
|
|
|
|
|
|
# Plugin development
|
|
|
|
openslides_*
|
2017-08-23 20:51:06 +02:00
|
|
|
|
|
|
|
# Mypy cache for typechecking
|
|
|
|
.mypy_cache
|
2018-06-22 14:39:29 +02:00
|
|
|
|
2018-06-13 18:34:10 +02:00
|
|
|
# OpenSlides 3 Client
|
|
|
|
|
|
|
|
# compiled output
|
|
|
|
client/dist
|
|
|
|
client/tmp
|
|
|
|
client/out-tsc
|
2018-07-12 14:11:31 +02:00
|
|
|
client/documentation
|
2018-06-13 18:34:10 +02:00
|
|
|
|
|
|
|
# dependencies
|
|
|
|
client/node_modules
|
|
|
|
|
|
|
|
# IDEs and editors
|
|
|
|
/.idea
|
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.c9/
|
|
|
|
*.launch
|
|
|
|
.settings/
|
|
|
|
*.sublime-workspace
|
|
|
|
|
|
|
|
# IDE - VSCode
|
|
|
|
.vscode/*
|
|
|
|
|
|
|
|
# misc
|
2018-08-09 13:27:04 +02:00
|
|
|
Compodoc
|
2018-09-04 11:33:28 +02:00
|
|
|
Compodocmodules
|
2018-06-13 18:34:10 +02:00
|
|
|
client/.sass-cache
|
|
|
|
client/connect.lock
|
|
|
|
client/coverage
|
|
|
|
client/libpeerconnection.log
|
|
|
|
client/npm-debug.log
|
|
|
|
client/yarn-error.log
|
|
|
|
client/testem.log
|
|
|
|
client/typings
|
2018-08-28 09:33:50 +02:00
|
|
|
client/yarn.lock
|
2018-09-11 11:13:56 +02:00
|
|
|
package-lock.json
|
2018-10-15 11:52:57 +02:00
|
|
|
client/package-lock.json
|
2019-10-18 14:41:55 +02:00
|
|
|
cypress.json
|
2018-06-13 18:34:10 +02:00
|
|
|
|
|
|
|
# System Files
|
|
|
|
client/.DS_Store
|
|
|
|
client/Thumbs.db
|