From befb518bcfa2c045e99482f1c5ecbb06b7d83a26 Mon Sep 17 00:00:00 2001 From: sosokker Date: Thu, 4 Jan 2024 12:24:54 +0700 Subject: [PATCH] update gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6985cf1..5b47540 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb + +# VSCODE +.vscode/ \ No newline at end of file