Ignore Structure101 Workspace files

In the refactorings that will follow, Structure101 Studio and the
Structure101 Workspace IDEA plugin will be used to visualize and help
resolve tangles in the codebase. We were already ignore Studio
configuration files which end in .java.hsb, and this commit ignores the
newer Workspace product's .java.hsw files as well.
This commit is contained in:
Chris Beams 2019-12-06 17:20:12 +01:00
parent b4ee9d33e5
commit 368f0ad7f1
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73

1
.gitignore vendored
View File

@ -19,6 +19,7 @@ build
.project
.settings
*.java.hsp
*.java.hsw
*.~ava
/bundles
/bisq-*