Inital commit: for test

This commit is contained in:
birdhead 2025-10-11 15:02:35 +00:00
commit bcdd46c452

27
.gitignore vendored Normal file
View File

@ -0,0 +1,27 @@
# SvelteKit 관련
.svelte-kit/
build/
dist/
node_modules/
# Emscripten/WebAssembly 관련
*.wasm
*.js.map
*.wat
out/
.emscripten_cache/
.emscripten_temp/
# 일반적인 제외 파일
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.env
.env.local
.env.*.local
# IDE 및 에디터 설정 파일
.vscode/
.idea/