chore: add compiled AniTrack binary to .gitignore

The project's compiled binary (AniTrack) was not covered by existing
gitignore patterns. Only platform-specific extensions like .exe, .dll,
.so, and .dylib were ignored. Add the bare binary name to prevent the
locally-built executable from appearing as an untracked file.
This commit is contained in:
2026-05-27 17:41:19 -04:00
parent ceb756a1a8
commit cbda217d18

1
.gitignore vendored
View File

@@ -36,3 +36,4 @@ http-client.private.env.json
# Build artifacts # Build artifacts
build/*.tar.gz build/*.tar.gz
AniTrack