From 48cf30e6a5704b4c389a3b6b143cd5958faf49cc Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Sat, 25 Nov 2023 15:20:36 +0800 Subject: [PATCH] add track.php to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4310aab..1d6d639 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .vscode/ -*.htaccess \ No newline at end of file +*.htaccess +track.php \ No newline at end of file