Skip to content

Instantly share code, notes, and snippets.

@Nike2406
Last active October 30, 2025 13:12
Show Gist options
  • Select an option

  • Save Nike2406/5d7847c49fddc8c400c16fa428c847e8 to your computer and use it in GitHub Desktop.

Select an option

Save Nike2406/5d7847c49fddc8c400c16fa428c847e8 to your computer and use it in GitHub Desktop.
Exclude generated Hilt files polluting your Search Window in Android Studio
/**
* 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