Ignore empty folders and hidden files/folders in the library

Hide ".gameyfin" folder on DOS systems (UNIX already worked)
This commit is contained in:
Simon Grimme
2022-10-12 13:23:39 +02:00
parent af1fd42325
commit fdb1682273
7 changed files with 57 additions and 10 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
<parent>
<artifactId>gameyfin</artifactId>
<groupId>de.grimsi</groupId>
<version>1.2.1</version>
<version>1.2.2-SNAPSHOT</version>
</parent>
<artifactId>gameyfin-backend</artifactId>
@@ -17,7 +17,7 @@
<properties>
<java.version>18</java.version>
<springdoc-openapi-ui.version>1.6.9</springdoc-openapi-ui.version>
<springdoc-openapi-ui.version>1.6.11</springdoc-openapi-ui.version>
<resilience4j.version>1.7.1</resilience4j.version>
<commons-io.version>2.11.0</commons-io.version>
<commons-compress.version>1.21</commons-compress.version>