Skip to content

Commit 2abd79b

Browse files
committed
ide: Include .idea/zulip.iml
This has some useful `excludeFolder` items that should help Android Studio see that certain files are not part of our project and should be excluded in searches that are supposed to be limited to "project files".
1 parent 74aa25d commit 2abd79b

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ migrate_working_dir/
1717
/.idea/*
1818
/android/.idea/*
1919
!/.idea/inspectionProfiles/
20+
!/.idea/zulip.iml
2021
!/android/.idea/inspectionProfiles/
2122

2223
# The .vscode folder contains launch configuration and tasks you configure in

.idea/zulip.iml

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)