소스 검색

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