diff options
| author | Patrick Lodder <[email protected]> | 2021-08-15 19:13:43 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-15 19:13:43 +0200 |
| commit | ef260375d1a859ab2ecf91f55ac8b9294e95f7ce (patch) | |
| tree | 4b04c8a91a72c656837ca35fdb77fc8aa9bf223e | |
| parent | Merge pull request #2453 from patricklodder/1.14.4-fix-gen-seeds (diff) | |
| parent | Added IntelliJ IDEA in .gitignore and removed dot from dogecoin.com link (diff) | |
| download | discoin-ef260375d1a859ab2ecf91f55ac8b9294e95f7ce.tar.xz discoin-ef260375d1a859ab2ecf91f55ac8b9294e95f7ce.zip | |
Merge pull request #2456 from rnicoll/1.14.4-intellij
Added IntelliJ IDEA in .gitignore
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index df532ec30..990ca0827 100644 --- a/.gitignore +++ b/.gitignore @@ -119,3 +119,9 @@ parts/ prime/ stage/ *.snap + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr |