Erster Commit
This commit is contained in:
23
.dockerignore
Normal file
23
.dockerignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# Python
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Node
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
|
||||
# Nutzerdaten (werden als Volumes gemountet, nicht ins Image gepackt)
|
||||
pictures/
|
||||
objects_image/
|
||||
sentence_object/
|
||||
sentance_object/
|
||||
|
||||
# Git & IDE
|
||||
.git/
|
||||
.gitignore
|
||||
.DS_Store
|
||||
|
||||
# Bereits gebaute React-Dateien (werden im Docker-Build neu gebaut)
|
||||
static/react/
|
||||
Reference in New Issue
Block a user