diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e7653f2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Ignore any directory named `db` or `build` anywhere in this repository. +**/db/ +**/build/