diff options
| author | 2016-10-15 13:37:21 +0200 | |
|---|---|---|
| committer | 2016-10-15 13:37:21 +0200 | |
| commit | 2ac71f2bd683bae06f1e4056e2893d74cf4ad430 (patch) | |
| tree | 0a8fca303e340e0eb029054099965dfb9464dc84 | |
| parent | 6ebbaaa7fabeedaa2d668d2274ee323d77cc0de9 (diff) | |
Readme gitignore
| -rw-r--r-- | CHANGELOG.md | 1 | ||||
| -rw-r--r-- | data/PubSubHubbub/feeds/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3178e6ae7..a2d938436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ * Fix auto-discovery of RSS feeds in Web pages served as `text/xml` [#1264](https://github.com/FreshRSS/FreshRSS/issues/1264) * Security * Prevent `<a target="_blank">` attacks with `window.opener` [#1245](https://github.com/FreshRSS/FreshRSS/issues/1245) + * Updated gitignore rules to keep user directories during a `git clean -f -d` [#1307](https://github.com/FreshRSS/FreshRSS/pull/1307) * UI * Download icon 💾 for podcasts [#1236](https://github.com/FreshRSS/FreshRSS/issues/1236) * Extensions diff --git a/data/PubSubHubbub/feeds/.gitignore b/data/PubSubHubbub/feeds/.gitignore index 16b0ae4bc..d8f9df042 100644 --- a/data/PubSubHubbub/feeds/.gitignore +++ b/data/PubSubHubbub/feeds/.gitignore @@ -1,2 +1,3 @@ +*/ */*.json */*.txt |
