Add '*.c' to .dockerignore

This commit is contained in:
Quentin Fuxa 2026-03-14 00:18:10 +01:00 committed by GitHub
parent 8dc7b77071
commit 2d6bc4f572
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,3 +11,4 @@ __pycache__
.secrets .secrets
dist dist
build build
*.c