Przeglądaj źródła

Second attempt at fixing .gitignore (#2193)

https://github.com/FreshRSS/FreshRSS/pull/2190
Alexandre Alapetite 7 lat temu
rodzic
commit
077ea76935
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      .dockerignore

+ 3 - 3
.dockerignore

@@ -1,3 +1,3 @@
-/.git
-/data
-/docs
+.git/*
+data/*
+docs/*