From e043b3b747246354faffc021b7dedf3294ba9be7 Mon Sep 17 00:00:00 2001 From: smh812xyz Date: Mon, 9 Sep 2024 18:14:17 -0700 Subject: [PATCH] Add .gitignore to prevent DS_Store on macs from causing uncommitted changes present error --- efs/hello-world/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 efs/hello-world/.gitignore diff --git a/efs/hello-world/.gitignore b/efs/hello-world/.gitignore new file mode 100644 index 0000000..64d5193 --- /dev/null +++ b/efs/hello-world/.gitignore @@ -0,0 +1 @@ +**./DS_Store \ No newline at end of file