init test
This commit is contained in:
commit
5d96465da2
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal 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/
|
||||||
Loading…
Reference in New Issue
Block a user