| commit | f5e9b64697ee7f2ad52778a9ca44b3d05fadc14e |
| parent | 5c6d296195 |
| 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/