Преглед изворни кода

Second attempt at fixing .gitignore (#2193)

https://github.com/FreshRSS/FreshRSS/pull/2190
Alexandre Alapetite пре 7 година
родитељ
комит
077ea76935
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      .dockerignore

+ 3 - 3
.dockerignore

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