Skip to content

Commit 3b4b0d5

Browse files
chrisbobbegnprice
authored andcommitted
ide: Include .idea/zulip.iml and .idea/modules.xml
In Greg's testing, the modules.xml file seemed needed in order for Android Studio to know where to find the .iml file. 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 89af98c commit 3b4b0d5

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ migrate_working_dir/
1717
/.idea/*
1818
/android/.idea/*
1919
!/.idea/inspectionProfiles/
20+
!/.idea/modules.xml
21+
!/.idea/zulip.iml
2022
!/android/.idea/inspectionProfiles/
2123

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

.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/zulip.iml

+23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)