1
mirror of https://github.com/importantimport/urara.git synced 2024-09-07 16:02:40 +08:00
urara/.gitignore
2023-08-28 17:52:45 +08:00

24 lines
244 B
Plaintext

# build output
build
static
.svelte-kit
.netlify
.vercel
# dependencies
node_modules
# env
*.local
# logs
pnpm-debug.log*
# macOS-specific files
.DS_Store
# temp file
src/routes/**/+page.svelte.md
src/routes/**/+page.md
src/static
urara.js