I am working with the libGDX project in Android Studio, which has a resource directory containing photos.
Windows is Windows, she likes to create a Thumbs.db file when I browse this directory in Windows Explorer. However, Android Studio (1.1.0) displays the Thumbs.db file in the folder directory (project window).
Since some applications, such as Visual Studio, automatically hide system files or allow you to exclude them, I wonder if there is a way to do this in Android Studio / IntelliJ, or if I just need to live with the file.
My .gitignore already excludes them from checking in the source control; I'm really looking for a way to hide Thumbs.db from being displayed in the list of directory files in Android Studio.
source share