source: osm/applications/editors/josm/plugins/MicrosoftStreetside/.gitignore@ 36284

Last change on this file since 36284 was 36228, checked in by taylor.smock, 10 months ago

StreetSide: Update to official API

This also moves the plugin to Java 21 (mostly for virtual threads), reformats the
code to match the JOSM standard (4 spaces), and fixes a bunch of lint issues.

Additionally, a lot of cruft from when this plugin was copied from Mapillary was
removed. That was largely related to image import, uploading, and login.

  • Property svn:eol-style set to native
File size: 199 bytes
RevLine 
[34353]1# Compiled class file
2*.class
3
4# Log file
5*.log
6
[34416]7# Build and javadoc dirs
8bin/
9javadoc/
10build/
11doc/
12logs/
[34353]13
[34416]14# Repository metadata files
15.svn/
16.gradle/
17.travis.yml
[34428]18.settings
[34353]19
[34416]20# OS X metadata
21.DS_Store
Note: See TracBrowser for help on using the repository browser.