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>
This commit is contained in:
Chatnoir Miki
2025-04-02 17:32:33 +08:00
committed by GitHub
co-authored by 藍+85CD
parent 9a90d12c6b
commit 483f3df351
2 changed files with 112 additions and 84 deletions
+9
View File
@@ -32,6 +32,7 @@ coverage/
**/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
@@ -40,3 +41,11 @@ apps/stage-web/public/assets/fonts/
*.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.*