From eda20020c3391cf0a9aed04af1c349afbac66f90 Mon Sep 17 00:00:00 2001 From: Anurag Bandyopadhyay Date: Mon, 8 May 2023 10:24:08 +0530 Subject: Removing redundant go-source tag (#92) * update: removing redundant go-source tag * fix: removing /.idea and adding dir to gitignore * fix: removing /.idea and removing branch field from from templateData * fix: pkgHndler defaultBranch rem revert * fix: minor typo * fix: removing assertion of template responses * fix: tabs * Update handler_test.go * Update handler_test.go * Update handler_test.go --------- Co-authored-by: Anuragkillswitch <70265851+Anuragkillswitch@users.noreply.github.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4119fb9..c1eaf47 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /bin /cover.out /cover.html +/.idea -- cgit v1.2.3