Jiseoup/showmycode-private-demoPrivate
EN|KO
  • Code
  • Commits
  • Pull Requests
← Back to list
Merged

chore: add .gitignore

#1
JiseoupJiseoup · Jun 13, 2026chore/add-gitignore → main
chore
OverviewCommitsFiles changed

What & Why

Add .gitignore to exclude node_modules, output directory, and log files from version control.

Related Issue

N/A

How to Verify

  1. Check that node_modules/, output/, and *.log are listed in .gitignore

Checklist

  • PR title follows Conventional Commits
  • Translations added to both locales/ko.json and locales/en.json (if UI text changed)
  • Tested on mobile viewport (if UI changed)