| commit | a8178d03398c1878276ae4229febf88e8c93a1db |
| parent | 4d92c0b969 |
| author | Lucas Galante <[email protected]> |
| date | 2026-09-20 14:12 |
Add .gitignore for target/ The crate builds into the workspace's shared target dir today, but a standalone build here would create one that nothing ignored. Co-Authored-By: Claude Fable 5.1 <[email protected]>
.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target/