Browse Source

Fix .gitignore take 3 (#2195)

* Fix .gitignore take 3

https://github.com/FreshRSS/FreshRSS/pull/2190
https://github.com/FreshRSS/FreshRSS/pull/2193

* Readme
Alexandre Alapetite 7 years ago
parent
commit
949c2f3083
2 changed files with 4 additions and 4 deletions
  1. 3 3
      .dockerignore
  2. 1 1
      CHANGELOG.md

+ 3 - 3
.dockerignore

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

+ 1 - 1
CHANGELOG.md

@@ -27,7 +27,7 @@
 	* Support for `HTTP_X_FORWARDED_PREFIX` to ease the use of reverse proxies [#2191](https://github.com/FreshRSS/FreshRSS/pull/2191)
 		* Updated Docker + Træfik + Let’s Encrypt deployment guide [#2189](https://github.com/FreshRSS/FreshRSS/pull/2189)
 	* Docker image updated to Alpine 3.8.2 with PHP 7.2.13 and Apache 2.4.35
-	* Fix `.dockerignore` [#2190](https://github.com/FreshRSS/FreshRSS/pull/2190)
+	* Fix `.dockerignore` [#2195](https://github.com/FreshRSS/FreshRSS/pull/2195)
 * I18n
 	* Occitan [#2110](https://github.com/FreshRSS/FreshRSS/pull/2110)
 * SimplePie