From 64e83493196250e21886653f97028cf07491be5f Mon Sep 17 00:00:00 2001 From: Artur Zych <5843875+azych@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:02:14 +0100 Subject: [PATCH] Add test files and shell scripts to .tiltignore --- .tiltignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.tiltignore b/.tiltignore index 49ad64d3c..29976f9b8 100644 --- a/.tiltignore +++ b/.tiltignore @@ -4,4 +4,7 @@ LICENSE Makefile .github -.vscode \ No newline at end of file +.vscode +*_test.go +*/test +.sh