瀏覽代碼

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/*