Added a .gitkeep to build/resources/main in order to have git automatically create that folder on checkout / clone.

This commit is contained in:
Fabian Schlenz 2016-07-21 06:36:23 +02:00
parent 05800a5e3e
commit 77bfcfb849
2 changed files with 1 additions and 1 deletions

View File

View File

@ -35,7 +35,7 @@ class CommandLineDownloadProgress implements DownloadProgressInterface {
System.out.println("'V' - Video 'P' - Photo 'D' - Document");
System.out.println("'S' - Sticker 'A' - Audio 'G' - Geolocation");
System.out.println("'.' - Previously downloaded file 'e' - Empty file");
System.out.println("' ' - Ignored media type (location or website, for example)");
System.out.println("' ' - Ignored media type (weblinks or contacts, for example)");
System.out.println("" + count + " Files to check / download");
}