diff options
| author | 2013-04-17 18:30:14 +0200 | |
|---|---|---|
| committer | 2013-04-17 18:30:14 +0200 | |
| commit | 6ce2b575eb501733e6936ac4b5f2e70d0f6ca13b (patch) | |
| tree | 66afd8bfdf42e71c06911c9931f7be77b541bca1 | |
| parent | effca59732239ba1ffdb5c35f4c96a391f65f951 (diff) | |
Fix issue #59 : ajout des répertoires vides, obligatoires pour le fonctionnement de FreshRSS
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | app/configuration/.gitignore | 1 | ||||
| -rw-r--r-- | cache/.gitignore | 1 | ||||
| -rw-r--r-- | log/.gitignore | 1 | ||||
| -rw-r--r-- | public/data/.gitignore | 1 |
5 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 61908804a..c9c8cacf4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -app/configuration/application.ini lib/minz -log/application.log -cache -public/data diff --git a/app/configuration/.gitignore b/app/configuration/.gitignore new file mode 100644 index 000000000..72e8ffc0d --- /dev/null +++ b/app/configuration/.gitignore @@ -0,0 +1 @@ +* diff --git a/cache/.gitignore b/cache/.gitignore new file mode 100644 index 000000000..72e8ffc0d --- /dev/null +++ b/cache/.gitignore @@ -0,0 +1 @@ +* diff --git a/log/.gitignore b/log/.gitignore new file mode 100644 index 000000000..72e8ffc0d --- /dev/null +++ b/log/.gitignore @@ -0,0 +1 @@ +* diff --git a/public/data/.gitignore b/public/data/.gitignore new file mode 100644 index 000000000..72e8ffc0d --- /dev/null +++ b/public/data/.gitignore @@ -0,0 +1 @@ +* |
