diff --git a/.gitignore b/.gitignore index b16e47f85f..6a8e063b88 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,8 @@ tests/stress/gen/ WallpaperPicker/gen/ WallpaperPicker/.project.properties bin/ -.idea/ +.idea/* +!.idea/icon.png .gradle/ local.properties **/build/** diff --git a/.idea/icon.png b/.idea/icon.png new file mode 100644 index 0000000000..23bc2654d4 Binary files /dev/null and b/.idea/icon.png differ