From e1829e595a205cf72dde72c284f6279975b3cf5d Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 12 Dec 2023 15:55:24 +0000 Subject: [PATCH] add scaffold.sh to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index db1cbbf..9ffd8d5 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,7 @@ go.work.sum # input files test*.txt -input.txt \ No newline at end of file +input.txt + +# scaffold +scaffold.sh \ No newline at end of file