Skip to content

Commit

Permalink
ide: Include .idea/zulip.iml and .idea/modules.xml
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
chrisbobbe authored and gnprice committed May 8, 2024
1 parent 89af98c commit 3b4b0d5
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ migrate_working_dir/
/.idea/*
/android/.idea/*
!/.idea/inspectionProfiles/
!/.idea/modules.xml
!/.idea/zulip.iml
!/android/.idea/inspectionProfiles/

# The .vscode folder contains launch configuration and tasks you configure in
Expand Down
8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions .idea/zulip.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b4b0d5

Please sign in to comment.