|
Last change
on this file since 32377 was 32340, checked in by floscher, 9 years ago |
|
Tweak settings for Eclipse and IntelliJ idea
- put code style settings for IntelliJ under version control
- set target platform to 1.8 in Eclipse
- add Gradle nature to Eclipse project
|
|
File size:
174 bytes
|
| Line | |
|---|
| 1 | # Eclipse
|
|---|
| 2 | /.classpath
|
|---|
| 3 | /.project
|
|---|
| 4 | /bin/
|
|---|
| 5 |
|
|---|
| 6 | # IntelliJ idea
|
|---|
| 7 | /*.iml
|
|---|
| 8 | /*.iws
|
|---|
| 9 | /*.ipr
|
|---|
| 10 | /out/
|
|---|
| 11 | /.idea/*
|
|---|
| 12 | !/.idea/codeStyleSettings.xml
|
|---|
| 13 |
|
|---|
| 14 | # Gradle
|
|---|
| 15 | /build/
|
|---|
| 16 | /.gradle/
|
|---|
| 17 |
|
|---|
| 18 | /test/data/preferences/
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.