Selaa lähdekoodia

feat: add dockerignore items

takatost 7 kuukautta sitten
vanhempi
commit
7c83d5ce76
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      api/.dockerignore

+ 5 - 0
api/.dockerignore

@@ -1,7 +1,10 @@
 .env
 *.env.*
 
+storage/generate_files/*
 storage/privkeys/*
+storage/tools/*
+storage/upload_files/*
 
 # Logs
 logs
@@ -9,6 +12,8 @@ logs
 
 # jetbrains
 .idea
+.mypy_cache
+.ruff_cache
 
 # venv
 .venv