OpenSlides/.gitignore

82 lines
1.2 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
2020-08-31 13:24:16 +02:00
server/.venv
## Compatibility
# OS4-Submodules
/openslides-*/
2020-08-14 11:28:39 +02:00
/haproxy/
# 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
# 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
2020-08-14 14:39:01 +02:00
/docker/docker-compose.yml
*-version.txt
# secrets
docker/secrets/*.env