From b8b0e510464b9a14de2e81f12a4e06cdb5b6fbcd Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Sun, 11 Jun 2023 06:59:15 -0400 Subject: [PATCH] Make .gitignore less picky about location --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c4a0a1d..281ea43 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/target +**/target -*.pw \ No newline at end of file +**/*.pw