fix: gitignore update

This commit is contained in:
Oleksandr Pravdyvyi 2025-09-24 12:25:25 +03:00
parent 476d5a9b14
commit bc5b9478df
No known key found for this signature in database
GPG Key ID: 9F8955C63C443871
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ data/
.idea/
.vscode/
rocksdb
Cargo.lock

View File

@ -22,6 +22,8 @@ use crate::{
poller::TxPoller,
};
//
pub const HOME_DIR_ENV_VAR: &str = "NSSA_WALLET_HOME_DIR";
pub mod chain_storage;