For now? I'm experimenting on an old concept.
1*.beam
2*.ez
3/target/
4erl_crash.dump
5/test
6*.log
7package-lock.json
8node_modules
9# Ignore Editor files
10.idea/
11.vscode/
12
13
14
15# Added by cargo
16/target
17
18# Added by me
19client/build
20/server/build
21/server/priv/static/lumina_client*.css
22/server/priv/static/lumina_client*.hash
23/server/priv/static/lumina_client*.mjs
24.env
25/data
26/built
27# mise system-specific config file
28.mise.toml
29
30
31# Obsidian
32/notes/.obsidian/appearance.json
33/notes/.obsidian/workspace.json
34/notes/.obsidian/app.json
35
36# Direnv cache
37.direnv/