Add .sourceignore to exclude non-k8s files from Flux

This commit is contained in:
Graham McIntire 2026-01-02 14:43:57 -06:00
parent 92c5160f6e
commit 9e20cbc33f
No known key found for this signature in database

21
.sourceignore Normal file
View file

@ -0,0 +1,21 @@
# Exclude non-Kubernetes files from Flux sync
.git/
.gitlab/
.elixir-tools/
.expert/
.claude/
_build/
deps/
cover/
test/
assets/
config/
lib/
priv/
*.md
*.exs
*.ex
mix.*
.formatter.exs
.gitignore
Dockerfile