Parcourir la source

fix: Gitignore opml.xml (#2632)

This file is used to add default feeds to new users. It was added in
7819a43197d34ef7a6c5626e9e48d7db075c37c9

Problem is that the file is not ignored by Git and risk to be deleted
during a git update.
Marien Fressinaud il y a 6 ans
Parent
commit
90cb9a2162
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      data/.gitignore

+ 1 - 0
data/.gitignore

@@ -7,3 +7,4 @@ last_update.txt
 no-cache.txt
 update.php
 tos.html
+opml.xml