From 5bdd9291b63461c1bd43e7ec817eabd017341341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ampflower=20=F0=9F=8C=BA?= Date: Thu, 17 Oct 2024 23:38:49 -0700 Subject: [PATCH] Omit random junk via .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a09c48a..9a72c7f 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,8 @@ Temporary Items *.psd *.zip .bbprojects/ -.bbmodels/ \ No newline at end of file +.bbmodels/ +.local/ +.idea/ +.vscode/ +tmp/ \ No newline at end of file