mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
368f0ad7f1
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.
37 lines
441 B
Plaintext
37 lines
441 B
Plaintext
*/docs
|
|
*/log
|
|
*/bin
|
|
*/out
|
|
.idea
|
|
!.idea/copyright/bisq_Affero_GPLv3.xml
|
|
!.idea/copyright/profiles_settings.xml
|
|
!.idea/codeStyleSettings.xml
|
|
*.iml
|
|
*.spvchain
|
|
*.wallet
|
|
*.ser
|
|
*.log
|
|
*.sw[op]
|
|
.DS_Store
|
|
.gradle
|
|
build
|
|
.classpath
|
|
.project
|
|
.settings
|
|
*.java.hsp
|
|
*.java.hsw
|
|
*.~ava
|
|
/bundles
|
|
/bisq-*
|
|
/lib
|
|
/xchange
|
|
desktop.ini
|
|
*/target/*
|
|
*.class
|
|
deploy
|
|
*/releases/*
|
|
/monitor/TorHiddenServiceStartupTimeTests/*
|
|
/monitor/monitor-tor/*
|
|
.java-version
|
|
.localnet
|