From 82fd71dbbf7240a0994f7b7dbebf5fc5f3698cee Mon Sep 17 00:00:00 2001 From: dpurbosakti Date: Thu, 2 Oct 2025 16:03:26 +0700 Subject: [PATCH] update gitignore to ignore atlas.hcl files --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f7357d8a..5f88f352 100644 --- a/.gitignore +++ b/.gitignore @@ -27,8 +27,8 @@ go.work.sum # env file .env config.yml -cmd/main-migration/atlas.hcl -cmd/satusehat-migration/atlas.hcl +**/atlas.hcl +!**/atlas.hcl.example # Editor/IDE # .idea/