Files
mycelium/.gitignore
2026-03-20 15:48:30 +01:00

27 lines
441 B
Plaintext

/target
nodeconfig.toml
keys.txt
priv_key.bin
# Profile output
*.profraw
*.profdata
profile.json
# vscode settings, keep these locally
.vscode
# visual studio project stuff
.vs
# wintun.dll, windows tun driver in repo root for windows development
wintun.dll
result/
.idea
# Ignore myceliumd-common lib lock file and target dir, created since that dir is
# not part of the workspace
myceliumd-common/Cargo.lock
myceliumd-common/target/