init test

This commit is contained in:
birdhead 2025-10-12 00:13:24 +09:00
commit 5d96465da2

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/