Przeglądaj źródła

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 6 lat temu
rodzic
commit
90cb9a2162
1 zmienionych plików z 1 dodań i 0 usunięć
  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