Explorar o código

Second attempt at fixing .gitignore (#2193)

https://github.com/FreshRSS/FreshRSS/pull/2190
Alexandre Alapetite %!s(int64=7) %!d(string=hai) anos
pai
achega
077ea76935
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      .dockerignore

+ 3 - 3
.dockerignore

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