From 4cd2ef7f716cc984d211b213682abfe623e4855d Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sun, 3 Nov 2024 01:25:57 -0500 Subject: [PATCH] ignore tmp and fonts folders --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 14fd545..c0d0848 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ dofdev -*.json \ No newline at end of file +tmp/ + +*.json + +web/public/fonts/ \ No newline at end of file