mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
f135873f58
This commit applies the 'eclipse' Gradle plugin, such that .classpath, .project and .settings files can be generated using: ./gradlew eclipse Once the above is complete, import the project into Eclipse with the following command: File->Import->Existing projects into workspace The .gitignore file has been updated accordingly. Resolves #222
21 lines
248 B
Plaintext
21 lines
248 B
Plaintext
/docs
|
|
/log
|
|
/bin
|
|
/out
|
|
.idea
|
|
!.idea/copyright/Bitsquare_Affero_GPLv3.xml
|
|
!.idea/copyright/profiles_settings.xml
|
|
!.idea/codeStyleSettings.xml
|
|
bitsquare.iml
|
|
*.spvchain
|
|
*.wallet
|
|
*.ser
|
|
*.log
|
|
*.sw[op]
|
|
.DS_Store
|
|
.gradle
|
|
build
|
|
.classpath
|
|
.project
|
|
.settings
|