From 89f7640948364739469b5aa36c095cefe20349d2 Mon Sep 17 00:00:00 2001 From: Simonas Kareiva Date: Thu, 21 May 2026 18:04:44 +0300 Subject: [PATCH] Add common Rust gitignore paths --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5fdc359..0b5d287 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ -.gameplay/ \ No newline at end of file +.gameplay/ +/target +**/*.rs.bk +Cargo.lock +*.pdb +.env +.vscode/ +.idea/ \ No newline at end of file