From 40f2b60962ea14432d7c06ab2fa0e84b38d7fe46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20P=C5=82aczek?= Date: Mon, 4 Aug 2025 09:02:50 +0200 Subject: [PATCH] Downloading post files. --- .gitignore | 3 ++- download_posts.php | 10 +++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 28e5452..6136c0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ dist node_modules -.idea \ No newline at end of file +.idea +/public/posts_*.json diff --git a/download_posts.php b/download_posts.php index 9cc15a3..7f3b7e4 100644 --- a/download_posts.php +++ b/download_posts.php @@ -1,5 +1,9 @@