From 68111cfac7de148c14ad3b4957c972260b2161d3 Mon Sep 17 00:00:00 2001 From: i372102 Date: Thu, 8 Jan 2026 20:39:28 +0000 Subject: [PATCH] Initial commit - Forum CTF --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c87f749 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +.env.php +uploads/ +.DS_Store +*.log +node_modules/ +*.swp +*.swo +*~ +.vscode/ +.idea/