mirror of
https://github.com/DarrylNixon/CrowdTLS-server.git
synced 2024-09-22 18:19:43 -07:00
Initial MVP
This commit is contained in:
parent
8edd610e7c
commit
1e33720feb
14 changed files with 468 additions and 77 deletions
19
.dockerignore
Normal file
19
.dockerignore
Normal file
|
@ -0,0 +1,19 @@
|
|||
.gitignore
|
||||
.git/
|
||||
.env
|
||||
.env.sample
|
||||
.flake8
|
||||
.pre-commit-config.yaml
|
||||
.dockerignore
|
||||
docker-compose.yml
|
||||
Dockerfile
|
||||
build/
|
||||
**/.DS_Store
|
||||
**/__pycache__/
|
||||
**/*.md
|
||||
**/*.pyc
|
||||
**/*.pyo
|
||||
**/*.mo
|
||||
**/*.log
|
||||
*.egg-info/
|
||||
*.png
|
Loading…
Add table
Add a link
Reference in a new issue