2013-02-16 16:19:20 +01:00
|
|
|
# General
|
2012-07-31 21:16:49 +02:00
|
|
|
*.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
|
|
|
*~
|
2012-10-30 20:48:58 +01:00
|
|
|
.DS_Store
|
2015-01-17 23:05:52 +01:00
|
|
|
.idea
|
2020-06-10 13:58:26 +02:00
|
|
|
*.code-workspace
|
2020-01-20 07:43:25 +01:00
|
|
|
|
2020-11-11 12:02:23 +01:00
|
|
|
# docs
|
|
|
|
docs/modelsvalidator/modelsvalidator
|
|
|
|
dev-commands/export.json
|
|
|
|
|
2020-07-16 15:20:07 +02:00
|
|
|
# certs
|
|
|
|
*.pem
|
|
|
|
|
2020-10-05 10:43:43 +02:00
|
|
|
# Deployment
|
|
|
|
/docker/docker-compose.yml
|
|
|
|
/docker/docker-stack.yml
|
2021-04-08 08:54:10 +02:00
|
|
|
/docker/secrets/auth_*_key
|
|
|
|
docker/secrets/*.env
|
2020-10-05 10:43:43 +02:00
|
|
|
|
2021-09-16 17:16:51 +02:00
|
|
|
# Integration testing
|
|
|
|
/integration/results
|
|
|
|
/integration/cypress/downloads
|
|
|
|
/integration/cypress/screenshots
|
|
|
|
/integration/cypress/videos
|
|
|
|
/integration/node_modules
|
|
|
|
|
2020-01-20 07:43:25 +01:00
|
|
|
# Old OS3 files and folders
|
|
|
|
.coverage
|
|
|
|
.mypy_cache
|
|
|
|
Compodoc
|
|
|
|
__pycache__
|
|
|
|
bower_components
|
|
|
|
client
|
|
|
|
make
|
2020-02-13 10:01:33 +01:00
|
|
|
openslides_*
|
|
|
|
openslides
|
2020-01-20 07:43:25 +01:00
|
|
|
personal_data
|
|
|
|
tests
|
2020-03-19 14:14:45 +01:00
|
|
|
.launch/
|
|
|
|
.venv/
|
2020-07-16 15:10:57 +02:00
|
|
|
.virtualenv/
|
2020-03-19 14:14:45 +01:00
|
|
|
.vscode/
|
2021-09-16 17:16:51 +02:00
|
|
|
client/package-lock.json
|
2020-06-19 08:56:20 +02:00
|
|
|
server/
|
2021-01-12 09:56:57 +01:00
|
|
|
# OS3+-Submodules
|
|
|
|
/autoupdate/
|