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

6
.gitignore vendored
View File

@ -5,4 +5,8 @@
.DS_Store
*.swp
.venv
.gdb_history
.gdb_history
# IntelliJ IDEA
/.idea
**/*.iml