Skip to content

Commit 0b88843

Browse files
committed
Add .idea folders to .gitignore
All JetBrains IDEs create a .idea folder in the project root that is local to the system/user and should not be included in a repository.
1 parent 554f26a commit 0b88843

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ moc_*
88
ui_*
99
Makefile
1010

11+
# IDEs
12+
.idea

0 commit comments

Comments
 (0)