44 lines
439 B
Plaintext
44 lines
439 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
|
|
|
|
# content repository (independent mode)
|
|
/content/
|
|
*.backup
|
|
|
|
# Large zip files
|
|
*.zip
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
.vercel
|
|
|
|
package-lock.json
|
|
bun.lockb
|
|
yarn.lock
|
|
|
|
# ide
|
|
.idea
|
|
*.iml
|
|
|
|
cache/
|
|
fuwari/
|
|
src/data/myself.ts
|
|
src/pages/myself.astro
|