mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 02:00:05 -04:00
45 lines
508 B
Plaintext
45 lines
508 B
Plaintext
# build output
|
|
dist/
|
|
|
|
# generated types
|
|
.astro/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
.vercel
|
|
|
|
package-lock.json
|
|
bun.lockb
|
|
yarn.lock
|
|
|
|
# src/content/.obsidian
|
|
|
|
.playwright-mcp
|
|
.serena
|
|
.claude
|
|
|
|
# .obsidian
|
|
.cache
|
|
|
|
build.log
|
|
.traces
|
|
|
|
# 2026/5/23 Feedback module api backend
|
|
feedback-api/*
|
|
!feedback-api/database.py
|
|
!feedback-api/main.py
|
|
!feedback-api/requirements.txt |