Add IntelliJ IDEA files to `.gitignore` (#12311)

This commit is contained in:
Volkan Yazıcı 2024-08-07 22:37:24 +02:00 committed by GitHub
parent 1d568ac892
commit 18c087c9bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View File

@ -6,3 +6,7 @@
*.swp *.swp
.venv .venv
.gdb_history .gdb_history
# IntelliJ IDEA
/.idea
**/*.iml