Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,10 @@ tools/cartridge-minter/target/
panic-attack-report*.json
/json

# asdf version manager
.tool-versions
# asdf version manager — tracked in this repo to pin reproducible
# toolchain versions (zig 0.15.1 not 0.16.0; elixir 1.18+ not apt's 1.14;
# etc.). asdf reads .tool-versions on `cd` into the repo and automatically
# uses the pinned versions.

# wokelangiser generated i18n locale files (too large for GitHub)
generated/wokelangiser/i18n/
Expand Down
4 changes: 4 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
zig 0.15.1
elixir 1.18.4-otp-25
idris2 0.8.0
deno 2.7.14
Loading