Last active
October 30, 2025 13:12
-
-
Save Nike2406/5d7847c49fddc8c400c16fa428c847e8 to your computer and use it in GitHub Desktop.
Exclude generated Hilt files polluting your Search Window in Android Studio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Add code below to "settings/editor/file types/Ignored Files and Folders" | |
| */ | |
| *DaggerComponent.java | |
| *DaggetModule.java | |
| *Hilt*.java | |
| *GeneratedInjector.java | |
| *_Factory.java | |
| *ViewModel*.java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment