Просмотр исходного кода

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 лет назад
Родитель
Сommit
90cb9a2162
1 измененных файлов с 1 добавлено и 0 удалено
  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