From 34f3bd55a5a45e3b2bb4cbcb08856fb3da325596 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Wed, 1 Jun 2022 11:45:58 +0300 Subject: [PATCH] Add Flux source ignore Signed-off-by: Stefan Prodan --- .gitignore | 10 ++-------- .sourceignore | 5 +++++ 2 files changed, 7 insertions(+), 8 deletions(-) create mode 100644 .sourceignore diff --git a/.gitignore b/.gitignore index 66fd13c..89fbb53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,9 @@ -# Binaries for programs and plugins +# Git ignore *.exe *.exe~ *.dll *.so *.dylib - -# Test binary, built with `go test -c` *.test - -# Output of the go coverage tool, specifically when used with LiteIDE *.out - -# Dependency directories (remove the comment below to include it) -# vendor/ +bin/ diff --git a/.sourceignore b/.sourceignore new file mode 100644 index 0000000..570ddb5 --- /dev/null +++ b/.sourceignore @@ -0,0 +1,5 @@ +# Flux ignore +# https://fluxcd.io/docs/components/source/gitrepositories/#excluding-files +*.md +.github/ +docs/