Browse Source

Fix issue #59 : ajout des répertoires vides, obligatoires pour le fonctionnement de FreshRSS

Marien Fressinaud 13 năm trước cách đây
mục cha
commit
6ce2b575eb
5 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 0 4
      .gitignore
  2. 1 0
      app/configuration/.gitignore
  3. 1 0
      cache/.gitignore
  4. 1 0
      log/.gitignore
  5. 1 0
      public/data/.gitignore

+ 0 - 4
.gitignore

@@ -1,5 +1 @@
-app/configuration/application.ini
 lib/minz
-log/application.log
-cache
-public/data

+ 1 - 0
app/configuration/.gitignore

@@ -0,0 +1 @@
+*

+ 1 - 0
cache/.gitignore

@@ -0,0 +1 @@
+*

+ 1 - 0
log/.gitignore

@@ -0,0 +1 @@
+*

+ 1 - 0
public/data/.gitignore

@@ -0,0 +1 @@
+*