Update .gitignore to include common build outputs, node dependencies, logs, and local environment files; remove CLAUDE.md as it is no longer needed.

This commit is contained in:
hyeonggil
2026-04-11 19:44:26 +09:00
parent 0bcedac8fb
commit fb2fc81d8a
13 changed files with 6910 additions and 70 deletions

6
app/app.vue Normal file
View File

@@ -0,0 +1,6 @@
<template>
<div>
<NuxtRouteAnnouncer />
<NuxtPage />
</div>
</template>