From 435f91539b925cd0ad418c58f79e4977f2a19693 Mon Sep 17 00:00:00 2001 From: Aaron Gorodetzky Date: Tue, 2 Dec 2025 03:19:40 -0500 Subject: [PATCH] Ignore mirrors --- .gitignore | 1 + data/mirrors.json | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 data/mirrors.json diff --git a/.gitignore b/.gitignore index f9d527b..60aaf5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ index.html* /mirrors /node_modules +/data # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/data/mirrors.json b/data/mirrors.json deleted file mode 100644 index dcdc7d7..0000000 --- a/data/mirrors.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "slug": "wgpu-tutorial", - "category": "rust", - "url": "https://sotrh.github.io/learn-wgpu/", - "ignore_robots": false, - "created_at": "2025-12-02T07:15:12Z", - "last_updated": "2025-12-02T08:00:08Z", - "status": "idle", - "last_error": "wget exited with 4" - } -] \ No newline at end of file