2020-06-18 15:22:38 +02: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
|
|
|
*~
|
2020-06-18 15:22:38 +02:00
|
|
|
# IDEs and editors
|
|
|
|
/.idea
|
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.c9/
|
|
|
|
*.launch
|
|
|
|
.settings/
|
|
|
|
*.sublime-workspace
|
|
|
|
.vscode/*
|
|
|
|
*.code-workspace
|
|
|
|
# System Files
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
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/*
|
|
|
|
|
2020-06-18 15:22:38 +02:00
|
|
|
## Compatibility
|
2019-12-04 14:24:30 +01:00
|
|
|
# OS4-Submodules
|
2020-06-18 15:22:38 +02:00
|
|
|
/openslides-*/
|
2020-08-14 11:28:39 +02:00
|
|
|
/haproxy/
|
2020-06-18 15:22:38 +02:00
|
|
|
# Plugin development
|
|
|
|
openslides_*
|
2020-08-14 11:28:39 +02:00
|
|
|
# Old OS3 stuff
|
|
|
|
/tests/
|
2019-12-04 14:24:30 +01:00
|
|
|
|
2020-06-18 15:22:38 +02:00
|
|
|
## Server
|
2016-02-27 18:27:03 +01:00
|
|
|
# Local user data (settings, database, media, search index, static files)
|
|
|
|
personal_data/*
|
2020-06-18 15:22:38 +02:00
|
|
|
server/personal_data/*
|
|
|
|
server/openslides/static/*
|
2013-02-16 16:19:20 +01:00
|
|
|
# Unit test and coverage reports
|
2012-11-24 15:00:17 +01:00
|
|
|
.coverage
|
2020-06-18 15:22:38 +02:00
|
|
|
server/tests/file/*
|
|
|
|
server/tests/db.sqlite3.test
|
2018-07-09 23:22:26 +02:00
|
|
|
.pytest_cache
|
2020-06-18 15:22:38 +02:00
|
|
|
# Package building
|
|
|
|
*.egg-info
|
2017-08-23 20:51:06 +02:00
|
|
|
# Mypy cache for typechecking
|
|
|
|
.mypy_cache
|
2018-06-22 14:39:29 +02:00
|
|
|
|
2020-06-18 15:22:38 +02:00
|
|
|
## OpenSlides 3 Client
|
|
|
|
# Javascript tools and libraries
|
|
|
|
**/node_modules/*
|
|
|
|
**/bower_components/*
|
2018-06-13 18:34:10 +02:00
|
|
|
# compiled output
|
|
|
|
client/dist
|
2020-06-18 15:22:38 +02:00
|
|
|
client/static
|
2018-06-13 18:34:10 +02:00
|
|
|
client/tmp
|
|
|
|
client/out-tsc
|
2020-06-18 15:22:38 +02:00
|
|
|
# docs
|
2018-07-12 14:11:31 +02:00
|
|
|
client/documentation
|
2018-08-09 13:27:04 +02:00
|
|
|
Compodoc
|
2018-09-04 11:33:28 +02:00
|
|
|
Compodocmodules
|
2020-06-18 15:22:38 +02:00
|
|
|
# build artifacts
|
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
|
|
|
|
2020-06-18 15:22:38 +02:00
|
|
|
## Deployment
|
|
|
|
# Docker build artifacts
|
2020-08-14 14:39:01 +02:00
|
|
|
/docker/docker-compose.yml
|
2020-06-18 15:22:38 +02:00
|
|
|
*-version.txt
|
|
|
|
# secrets
|
|
|
|
docker/secrets/*.env
|