Files
moeka-project/.gitignore
T
Chatnoir Mikiand藍+85CD 483f3df351 chore: several doc fixes and enhancements (#110)
* docs: update instructions for development flow
* feat: add devenv profile for nix/devenv environment setup
* chore: update .gitignore to ignore stage-tamagotchi-tauri fonts
* docs: add instructions to use devenv
* docs: fix note asides
* fix: missing bracket
* chore: ignore devenv related files
* chore: update ignore pattern
* chore: update .gitignore to include a newline at the end

---------

Co-authored-by: 藍+85CD <50108258+kwaa@users.noreply.github.com>
2025-04-02 17:32:33 +08:00

52 lines
824 B
Plaintext

.Trash/
.trash/
.DS_Store
**/.obsidian/
.postgres
.idea
.nuxt
.temp
.vite-inspect
*.local
*.log
components.d.ts
**/typed-router.d.ts
dist
out/
node_modules
.eslintcache
**/.cache/**
**/.vitepress/docsMetadata.json
**/.vitepress/cache/
**/tsconfig.tsbuildinfo
**/.netlify/*
**/.netlify/functions-serve/*
coverage/
**/temp/
**/public/assets/js/*
**/public/assets/live2d/models/*
**/public/assets/vrm/models/*
packages/stage-ui/public/assets/fonts/
apps/stage-tamagotchi/public/assets/fonts/
apps/stage-tamagotchi-tauri/public/assets/fonts/
apps/stage-web/public/assets/fonts/
*.pcm
*.wav
*.ogg
*.mp3
twitter-session.json
# 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.*