Gitignore: Ignore db/ and build/ subdirs

This commit is contained in:
2026-02-28 02:57:17 -04:00
parent 5ff518d49a
commit 6891210867

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
# Ignore any directory named `db` or `build` anywhere in this repository.
**/db/
**/build/