From 6616d18dfb7b44f0196809fee7c201cfc01b09bb Mon Sep 17 00:00:00 2001 From: Matt Scott Date: Sat, 25 Mar 2023 19:03:34 -0400 Subject: [PATCH] Updated git ignore file to include a pattern for Intellij IDE files. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 21f1572..c86520f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ .DS_Store __pycache__ *.pyc +.idea .venv build packer_cache output-qemu -.history \ No newline at end of file +.history