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.
This commit is contained in:
2024-03-10 15:46:14 +01:00
parent 5e8553d8af
commit 9494e41de7

3
.gitignore vendored
View File

@@ -1,2 +1 @@
build/ working/
*.bit