From e1778fcd5906885305a8124bb5507c1d33223f78 Mon Sep 17 00:00:00 2001 From: Roscoe Date: Sat, 14 Mar 2026 15:05:30 +0000 Subject: [PATCH] Update gitignore --- .gitignore | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 801bd05..cea25e9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,14 +11,18 @@ .phpunit.result.cache Homestead.json Homestead.yaml -auth.json npm-debug.log yarn-error.log -/.fleet -/.idea -/.vscode **/.DS_Store /log /storage /tmp + +# IDE Config Files +/.fleet +/.idea +/.vscode +/.nova + +# Project-specific /public/pub