瀏覽代碼

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 年之前
父節點
當前提交
90cb9a2162
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      data/.gitignore

+ 1 - 0
data/.gitignore

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