From 9494e41de7792d5ec9daa587f9d75fa8a2ef76b1 Mon Sep 17 00:00:00 2001 From: Max P Date: Sun, 10 Mar 2024 15:46:14 +0100 Subject: [PATCH] Update ignored directories in .gitignore Refined .gitignore by replacing the 'build/' directory with 'working/'. Removed exclusion for '*.bit' files, implying these files are now trackable in version control. --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1b9b9a0..e632a22 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -build/ -*.bit +working/ \ No newline at end of file