chore: add .gitignore (ignore .DS_Store / *.bak / node_modules)

The publish repo previously had no .gitignore, so .DS_Store showed up as
untracked. Add one to keep the working tree clean.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
chodaict 2026-06-13 11:45:15 +09:00
parent 0074a63b03
commit 46c2c028d2

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
.DS_Store
*.bak
node_modules/