From 764fba5e8a2cbcad68fdbd0965b7f441fcc3edeb Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Tue, 30 Aug 2022 14:36:48 +0100 Subject: [PATCH] feat(api): ignore crons build script --- api/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/.gitignore b/api/.gitignore index 68797b56a..773f59916 100644 --- a/api/.gitignore +++ b/api/.gitignore @@ -175,4 +175,5 @@ SUBNETS.json ./chalicelib/.configs README/* -.local \ No newline at end of file +.local +build_crons.sh \ No newline at end of file