gitignore: add idea idea directory to gitignore

This commit is contained in:
Jamie Austin 2023-05-15 14:38:34 +10:00
parent 09696c680d
commit 2799625d5c
No known key found for this signature in database
GPG Key ID: EE33EC22D08D20D7

3
.gitignore vendored
View File

@ -13,6 +13,9 @@ Pipfile.lock
*.vpw *.vpw
*.vpwhist *.vpwhist
*.vtg *.vtg
.idea/
.idea
.idea/*
# python cache files # python cache files
*.pyc *.pyc