From fc90dde660daac760bf4500b599f231f9c88a87e Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Sat, 3 Aug 2024 18:29:18 -0300 Subject: [PATCH] ignored bash files to avoid leaking personal info --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 51a8154..ba05586 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ source/ .vscode releases/ dist/ -*.env \ No newline at end of file +*.env + +*.sh \ No newline at end of file