From 93ed79d6a3b138798afb2928bd59acdd7b617960 Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Sun, 24 Nov 2024 17:35:19 +0100 Subject: [PATCH] Add public files directory to gitignore. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2042c2b..7c05aaf 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,9 @@ yarn-error.log* elm-stuff repl-temp-* +# No need to push public files to repository +/public + # this file will be built. */michelaben/index.js