From 18f0629da27748b280faf3b6f380100af64976f8 Mon Sep 17 00:00:00 2001 From: sneurlax Date: Tue, 29 Nov 2022 12:57:11 -0600 Subject: [PATCH] add in old .gitignore in case anyone has an old .dart.txt laying around might as well make sure the old gitignored file is still gitginored ... although it isn't referenced, is it? could probably cut this out --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d456eb159..e4bc4a75a 100644 --- a/.gitignore +++ b/.gitignore @@ -37,7 +37,8 @@ lib/generated_plugin_registrant.dart test/services/coins/bitcoin/bitcoin_wallet_test_parameters.dart test/services/coins/firo/firo_wallet_test_parameters.dart test/services/coins/dogecoin/dogecoin_wallet_test_parameters.dart -test/services/coins/namecoin/namecoin_wallet_test_parameters.dart # Legacy +test/services/coins/namecoin/namecoin_wallet_test_parameters.dart +test/services/coins/namecoin/namecoin_wallet_test_parameters.dart.txt # Legacy test/services/coins/namecoin/namecoin_wallet_test_parameters.txt # Legacy test/services/coins/bitcoincash/bitcoincash_wallet_test_parameters.dart test/services/coins/particl/particl_wallet_test_parameters.dart