diff --git a/.gitignore b/.gitignore index e69de29..a345650 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,25 @@ +# ignore common tempfiles +*~ + +# Folder view configuration files +.DS_Store +Desktop.ini + +# Thumbnail cache files +._* +Thumbs.db + +# Files that might appear on external disks +.Spotlight-V100 +.Trashes + +# android studio +*.iml +.idea/ +/javadoc +/javadoc-* + +# gradle +.gradle/ +**/build/ +local.properties