source: osm/applications/editors/josm/plugins/mapillary/.gitignore@ 32811

Last change on this file since 32811 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
RevLine 
[32340]1# Eclipse
[31392]2/.classpath
3/.project
[32340]4/bin/
5
6# IntelliJ idea
7/*.iml
8/*.iws
9/*.ipr
10/out/
11/.idea/*
12!/.idea/codeStyleSettings.xml
13
14# Gradle
[31392]15/build/
16/.gradle/
[32340]17
[31392]18/test/data/preferences/
Note: See TracBrowser for help on using the repository browser.