From 8d27ef39ca32bf7a0d3b4409fef4eb00b644bfea Mon Sep 17 00:00:00 2001 From: Oleg Bondar Date: Mon, 10 Feb 2025 15:22:47 +0000 Subject: [PATCH] gitignore: ignore IDEA files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0e1de2f7..3b742cea 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,9 @@ btcutil/psbt/coverage.txt *.swo /.vim +#IDE +.idea + # Binaries produced by "make build" /addblock /btcctl