ci: add .dockerignore
Some checks failed
CI / build (push) Failing after 32s
Deploy to Cloudflare Pages / deploy (push) Failing after 35s
🔍 BlackRoad CodeQL Security Analysis / CodeQL Analysis (javascript) (push) Failing after 1m2s
🔍 BlackRoad CodeQL Security Analysis / CodeQL Analysis (python) (push) Failing after 46s
Autonomous Repo Agent / autonomous-build (push) Failing after 33s

This commit is contained in:
Alexa Amundson
2026-03-09 07:11:39 -05:00
parent a4b0733801
commit 5f260c77b4

8
.dockerignore Normal file
View File

@@ -0,0 +1,8 @@
node_modules
.git
.env
*.log
dist
__pycache__
.pytest_cache
.next