diff options
| author | Monzero Build System <builds@monzero.org> | 2026-08-15 21:14:26 +0100 |
|---|---|---|
| committer | Monzero Build System <builds@monzero.org> | 2026-08-15 21:14:26 +0100 |
| commit | 28f1919249465d3230f45ed21686c5a836d56df0 (patch) | |
| tree | 948fe5e7052c45c366c24a82b485ae9d1d38e39b /.gitignore | |
| parent | 4f92268d7c16741cfb41e5bbe2aa46cc260a9ea5 (diff) | |
| download | monzero-core-28f1919249465d3230f45ed21686c5a836d56df0.tar.gz monzero-core-28f1919249465d3230f45ed21686c5a836d56df0.tar.xz monzero-core-28f1919249465d3230f45ed21686c5a836d56df0.zip | |
Establish Monzero Phase 0 and inactive assets baselinemonzero-phase0-assets-prototype-20260815
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5931d64a0..c34d9c735 100644 --- a/.gitignore +++ b/.gitignore @@ -118,3 +118,17 @@ nbproject __pycache__/ *.pyc *.log + +# Monzero local release outputs and uploaded copies +/dist/ +/website/downloads/ + +# GUI is maintained and versioned as a separate Git repository. +/monzero-gui/ + +# Files produced by wallet_storage unit tests beside their immutable fixtures +/tests/data/wallet_*_copy_change_password_same* +/tests/data/wallet_*_new_change_password_diff* +/tests/data/wallet_*_new_file2file* +/tests/data/wallet_change_password_mem2file* +/tests/data/wallet_mem2file* |
