mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 11:01:08 +03:00
de94f95cda
* CI update - Ubuntu Image * Add nix/flake support Example: nix build github:mimblewimble/grin ./result/bin/grin --help * Ignore ./result in git repo result is the default symlink output for nix build --------- Co-authored-by: chives101 <chives101@users.noreply.github.com>
17 lines
165 B
Text
17 lines
165 B
Text
*.swp
|
|
.DS_Store
|
|
.grin*
|
|
!node_clients
|
|
!node_clients.rs
|
|
target
|
|
*/Cargo.lock
|
|
*.iml
|
|
grin.log
|
|
wallet.seed
|
|
test_output
|
|
wallet_data
|
|
wallet/db
|
|
.idea/
|
|
.vscode/
|
|
/node*
|
|
result
|