From 6b2718cc027881ccf8bd14520713dcac04cfa8f3 Mon Sep 17 00:00:00 2001 From: Xavier Salazar Date: Sun, 1 Oct 2023 12:33:56 -0700 Subject: [PATCH] Add .gitignore --- app/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/.gitignore diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 0000000..cdcf9c8 --- /dev/null +++ b/app/.gitignore @@ -0,0 +1 @@ +helpers/ \ No newline at end of file