Ignore the journal samizdat leaves in a project it works on
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
fc6923b parent: 664397d modified
.gitignore +3 -0 | @@ -16,3 +16,6 @@ | ||
| 16 | 16 | |
| 17 | 17 | # nrepl-server drops this next to the deps file for editors to find. |
| 18 | 18 | .nrepl-port |
| 19 | + | |
| 20 | +# samizdat writes its journal into whatever project it is pointed at. | |
| 21 | +.samizdat/ | |
| @@ -16,3 +16,6 @@ | |||
| 16 | 16 | ||
| 17 | # nrepl-server drops this next to the deps file for editors to find. | 17 | # nrepl-server drops this next to the deps file for editors to find. |
| 18 | .nrepl-port | 18 | .nrepl-port |
| 19 | + | ||
| 20 | +# samizdat writes its journal into whatever project it is pointed at. | ||
| 21 | +.samizdat/ | ||