Updated git ignore file to include a pattern for Intellij IDE files.

This commit is contained in:
Matt Scott 2023-03-25 19:03:34 -04:00
parent d9a79ba734
commit 6616d18dfb
No known key found for this signature in database
GPG Key ID: A9A0AFFC0E079001

3
.gitignore vendored
View File

@ -1,8 +1,9 @@
.DS_Store .DS_Store
__pycache__ __pycache__
*.pyc *.pyc
.idea
.venv .venv
build build
packer_cache packer_cache
output-qemu output-qemu
.history .history