Page MenuHomePhabricator

Add .idea to .gitignore.
AbandonedPublic

Authored by tyler-smith on Dec 8 2021, 06:54.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Summary

Adds Intellij's config directory to .gitignore to avoid arcanist wanting to add it to the
repo.

Test Plan

None

Diff Detail

Repository
rABC Bitcoin ABC
Branch
TS_ignore_dot_idea
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 17573
Build 34972: Build Diff
Build 34971: arc lint + arc unit

Event Timeline

Fabien requested changes to this revision.Dec 8 2021, 09:24
Fabien added a subscriber: Fabien.

We avoid adding IDE files to the repo .gitignore, because everybody uses a different one and it will quickly become an unmaintained list, see https://github.com/Bitcoin-ABC/bitcoin-abc/blob/master/doc/developer-notes.md#ignoring-ideeditor-files

This revision now requires changes to proceed.Dec 8 2021, 09:24

Thanks, I had missed that. I also didn't know about .git/info/exclude which is useful and sufficient.