From 2fe45718b7d001128b99b4cee80cef230cf5729a Mon Sep 17 00:00:00 2001 From: andrewstarks Date: Tue, 26 May 2026 13:42:09 -0500 Subject: [PATCH] chore: ignore .DS_Store and .rock build artifacts macOS Finder writes .DS_Store into every directory it visits; these have been accumulating in git status. Also ignore *.rock / *.src.rock build artifacts from `luarocks pack` runs. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index ac454e8..45ab88b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,10 @@ luac.out .luarocks/ luarocks.lock spec_conformance/.cache/ + +# macOS Finder metadata +.DS_Store + +# LuaRocks pack output +*.src.rock +*.rock