Skip to content

Commit 18c087c

Browse files
authored
Add IntelliJ IDEA files to .gitignore (#12311)
1 parent 1d568ac commit 18c087c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@
55
.DS_Store
66
*.swp
77
.venv
8-
.gdb_history
8+
.gdb_history
9+
10+
# IntelliJ IDEA
11+
/.idea
12+
**/*.iml

0 commit comments

Comments
 (0)