From 09c436e8778d366a95f7cf484f54484772895e87 Mon Sep 17 00:00:00 2001 From: Patrick Britton Date: Tue, 17 Feb 2026 00:10:09 -0600 Subject: [PATCH] chore: add PowerShell scripts to gitignore - Add *.ps1 pattern to exclude PowerShell scripts from tracking --- sojorn_app/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/sojorn_app/.gitignore b/sojorn_app/.gitignore index f127e43..64345e4 100644 --- a/sojorn_app/.gitignore +++ b/sojorn_app/.gitignore @@ -19,6 +19,7 @@ W-2_*.pdf # --- MISCELLANEOUS & MEDIA --- *.sql +*.ps1 *.psd *.ai *.class