From 88234ca8fffc4e120adbe0d38071b625ad2f43c7 Mon Sep 17 00:00:00 2001 From: Keuin Date: Wed, 7 Sep 2022 02:47:53 +0800 Subject: Update gitignore: ignoring vendor and IDE files. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 66fd13c..87b5693 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,8 @@ *.out # Dependency directories (remove the comment below to include it) -# vendor/ +vendor/ + +# IDE files +.idea/ +.code/ \ No newline at end of file -- cgit v1.2.3