OpenSlides/.gitignore

88 lines
1.4 KiB
Plaintext
Raw Normal View History

## General
2012-07-31 21:16:49 +02:00
*.pyc
*.swp
*.swo
*.log
2012-07-31 21:16:49 +02:00
*~
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
.vscode/*
*.code-workspace
# System Files
.DS_Store
Thumbs.db
# Virtual Environment
.virtualenv*
2020-08-27 10:14:59 +02:00
.venv
## Compatibility
# OS4-Submodules and aux-directories
/openslides-*/
/docker/keys/
/docker/secrets/auth_*_key
/docs/
# OS3+-Submodules
/autoupdate/
# Plugin development
openslides_*
2020-08-14 11:28:39 +02:00
# Old OS3 stuff
/tests/
## Server
# Local user data (settings, database, media, search index, static files)
personal_data/*
server/personal_data/*
server/openslides/static/*
# Unit test and coverage reports
.coverage
server/tests/file/*
server/tests/db.sqlite3.test
.pytest_cache
# Package building
*.egg-info
2017-08-23 20:51:06 +02:00
# Mypy cache for typechecking
.mypy_cache
## OpenSlides 3 Client
# Javascript tools and libraries
**/node_modules/*
**/bower_components/*
# compiled output
client/dist
client/static
client/tmp
client/out-tsc
# docs
client/documentation
2018-08-09 13:27:04 +02:00
Compodoc
2018-09-04 11:33:28 +02:00
Compodocmodules
2021-07-20 15:19:25 +02:00
CHANGELOG.md
# build artifacts
client/.sass-cache
client/connect.lock
client/coverage
client/libpeerconnection.log
client/npm-debug.log
client/yarn-error.log
client/testem.log
client/typings
client/yarn.lock
package-lock.json
client/package-lock.json
2019-10-18 14:41:55 +02:00
cypress.json
## Deployment
# Docker build artifacts
docker/docker-compose.yml
docker/docker-stack.yml
*-version.txt
*.pem
# secrets
docker/secrets/*.env