mirror of
https://github.com/moeru-ai/airi.git
synced 2026-04-28 06:29:33 +00:00
125 lines
1.6 KiB
Text
125 lines
1.6 KiB
Text
.Trash/
|
|
.trash/
|
|
.DS_Store
|
|
|
|
# Node.js
|
|
node_modules
|
|
|
|
# Logs
|
|
*.log
|
|
*.logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
.idea
|
|
.temp
|
|
**/temp/
|
|
.claude/worktrees/
|
|
|
|
# Anything .local, especially for .env.local
|
|
*.local
|
|
# e.g. Claude Code settings.local.json
|
|
*.local.*
|
|
|
|
# Audio binaries
|
|
*.pcm
|
|
*.wav
|
|
*.ogg
|
|
*.mp3
|
|
|
|
# Credentials
|
|
cert*/
|
|
*.pem
|
|
*.crt
|
|
*.cer
|
|
*.key
|
|
*.p12
|
|
|
|
# Test coverage
|
|
coverage/
|
|
|
|
# Build
|
|
out/
|
|
bundle/
|
|
.flatpak-builder/
|
|
.flatpak-repo/
|
|
*.flatpak
|
|
# WXT specified this too
|
|
*.output
|
|
|
|
# Vite
|
|
dist
|
|
# Nuxt
|
|
.nuxt
|
|
# vite-plugin-inspect
|
|
.vite-inspect
|
|
|
|
# auto import & auto fs based router
|
|
components.d.ts
|
|
**/typed-router.d.ts
|
|
|
|
# Cache
|
|
.eslintcache
|
|
**/.cache/
|
|
**/.vitepress/cache/
|
|
**/tsconfig.tsbuildinfo
|
|
|
|
# Netlify
|
|
**/.netlify/*
|
|
**/.netlify/functions-serve/*
|
|
|
|
**/public/assets/js/*
|
|
**/assets/live2d/models/*
|
|
**/assets/vrm/models/*
|
|
|
|
# Serving fonts locally
|
|
**/public/assets/fonts/
|
|
|
|
# Code generation
|
|
**/vscode-airi/src/generated/
|
|
**/vscode-airi/LICENSE
|
|
|
|
# Make it easy for devenv users to override their local environment.
|
|
# See: https://github.com/moeru-ai/airi/pull/110#discussion_r2024378953
|
|
.direnv
|
|
.pre-commit-config.yaml
|
|
.envrc
|
|
.devenv*
|
|
devenv.*
|
|
|
|
# Rust
|
|
target/
|
|
crates/*/target/
|
|
|
|
# turborepo
|
|
.turbo
|
|
|
|
# WXT
|
|
.wxt
|
|
stats.html
|
|
stats-*.json
|
|
web-ext.config.ts
|
|
|
|
# Data
|
|
.postgres
|
|
twitter-session.json
|
|
|
|
# Symlinks created by nix build
|
|
result*
|
|
# Nix develop outputs
|
|
outputs/
|
|
|
|
# MediaPipe task assets
|
|
packages/model-driver-mediapipe/tasks/assets/*
|
|
|
|
# Plugins
|
|
plugins/local
|
|
plugins/development
|
|
plugins-local
|
|
plugins-development
|
|
|
|
apps/stage-pocket/ios/buildServer.json
|
|
.ghfs/
|