initial import for Open Source 🎉
This commit is contained in:
parent
1898c361f3
commit
9c0dd3b722
2048 changed files with 218743 additions and 0 deletions
35
.dockerignore
Normal file
35
.dockerignore
Normal file
|
@ -0,0 +1,35 @@
|
|||
./ci/
|
||||
conf/stack
|
||||
conf/stack/**
|
||||
conf/stack/config.yaml
|
||||
config.yaml
|
||||
screenshots
|
||||
tools
|
||||
test/data/registry
|
||||
venv
|
||||
.git
|
||||
!.git/HEAD
|
||||
.gitignore
|
||||
.github
|
||||
Bobfile
|
||||
README.md
|
||||
ROADMAP.md
|
||||
requirements-nover.txt
|
||||
run-local.sh
|
||||
.DS_Store
|
||||
**/*.pyc
|
||||
.tox
|
||||
htmlcov
|
||||
.coverage
|
||||
coverage
|
||||
.cache
|
||||
.npm-debug.log
|
||||
test/__pycache__
|
||||
__pycache__
|
||||
**/__pycache__
|
||||
static/build/**
|
||||
.gitlab-ci/*
|
||||
.gitlab-ci.*
|
||||
docker-compose.yaml
|
||||
test/dockerclients/**
|
||||
node_modules
|
Reference in a new issue