This website requires JavaScript.
Explore
Help
Sign In
sils
/
core
forked from
trinitrix/core
Watch
1
Star
0
Fork
You've already forked core
0
Code
Pull Requests
Activity
c0a1fc0a02
core
/
.gitignore
11 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feature (accounts): implemented an account manager
2023-06-15 22:15:07 +00:00
userdata/
refactor (logger): switched to cli_log
2023-07-01 10:44:11 +00:00
trinitrix.log
feature (accounts): implemented session restoring
2023-06-15 19:57:43 +00:00
Build(flake): Enable direnv integration [Direnv](1) in combination with some sort of [Nix integration](2) — in this case [Nix-direnv](3) — allows for reproducible development environments (and allows uncluttering the default PATH, as cargo and other development tools are no longer needed in it). Setting it up is rather easy, just see [Nix-direnv's install instructions](4). [1]: https://github.com/direnv/direnv [2]: https://github.com/direnv/direnv/wiki/Nix [3]: https://github.com/nix-community/nix-direnv [4]: https://github.com/nix-community/nix-direnv#installation
2023-07-09 05:15:20 +00:00
# build
/target
/result
initial commit
2023-06-14 21:49:20 +00:00
# IDE stuff
.idea
Build(flake): Enable direnv integration [Direnv](1) in combination with some sort of [Nix integration](2) — in this case [Nix-direnv](3) — allows for reproducible development environments (and allows uncluttering the default PATH, as cargo and other development tools are no longer needed in it). Setting it up is rather easy, just see [Nix-direnv's install instructions](4). [1]: https://github.com/direnv/direnv [2]: https://github.com/direnv/direnv/wiki/Nix [3]: https://github.com/nix-community/nix-direnv [4]: https://github.com/nix-community/nix-direnv#installation
2023-07-09 05:15:20 +00:00
.direnv