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

Last change on this file since 36312 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
Line 
1# Compiled class file
2*.class
3
4# Log file
5*.log
6
7# Build and javadoc dirs
8bin/
9javadoc/
10build/
11doc/
12logs/
13
14# Repository metadata files
15.svn/
16.gradle/
17.travis.yml
18.settings
19
20# OS X metadata
21.DS_Store
Note: See TracBrowser for help on using the repository browser.