From 621bd0222e0d2fc704ea26f857bac1ddb9c03fc8 Mon Sep 17 00:00:00 2001 From: NoahPrm Date: Mon, 13 Jan 2025 23:31:03 +0100 Subject: [PATCH] + added things in gitignore --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 83e21f9..e34ebad 100644 --- a/.gitignore +++ b/.gitignore @@ -130,4 +130,11 @@ dist .pnp.* # IntelliJ IDEAs -.idea/ \ No newline at end of file +.idea/ + +# Others +*.rar +*.zip +*.gz +*.tar +*.7z \ No newline at end of file