mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 08:51:08 +03:00
Fix gitignore pattern for iml files (#869)
Rg is giving me a hard time because of this invalid pattern.
This commit is contained in:
parent
3ae7b0dedf
commit
1a332a9e69
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,6 +4,6 @@
|
|||
node*
|
||||
target
|
||||
Cargo.lock
|
||||
**.iml
|
||||
*.iml
|
||||
grin.log
|
||||
wallet.seed
|
||||
|
|
Loading…
Reference in a new issue