initial commit
This commit is contained in:
24
.dockerignore
Normal file
24
.dockerignore
Normal file
@@ -0,0 +1,24 @@
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.so
|
||||
*.egg
|
||||
*.egg-info
|
||||
dist
|
||||
build
|
||||
.git
|
||||
.gitignore
|
||||
.env
|
||||
.venv
|
||||
venv/
|
||||
ENV/
|
||||
.DS_Store
|
||||
*.md
|
||||
!requirements.txt
|
||||
.dockerignore
|
||||
Dockerfile
|
||||
docker-compose.yml
|
||||
markdown-app.service
|
||||
nginx-markdown.conf
|
||||
Reference in New Issue
Block a user