.gitignore 942 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### OSX template
  3. *.DS_Store
  4. .AppleDouble
  5. .LSOverride
  6. # Icon must end with two \r
  7. Icon
  8. # Thumbnails
  9. ._*
  10. # Files that might appear in the root of a volume
  11. .DocumentRevisions-V100
  12. .fseventsd
  13. .Spotlight-V100
  14. .TemporaryItems
  15. .Trashes
  16. .VolumeIcon.icns
  17. .com.apple.timemachine.donotpresent
  18. # Directories potentially created on remote AFP share
  19. .AppleDB
  20. .AppleDesktop
  21. Network Trash Folder
  22. Temporary Items
  23. .apdisk
  24. ### Android template
  25. # Built application files
  26. *.apk
  27. *.ap_
  28. # Files for the ART/Dalvik VM
  29. *.dex
  30. # Java class files
  31. *.class
  32. # Generated files
  33. bin/
  34. gen/
  35. out/
  36. # Gradle files
  37. .gradle/
  38. build/
  39. # Local configuration file (sdk path, etc)
  40. local.properties
  41. # Proguard folder generated by Eclipse
  42. proguard/
  43. # Log Files
  44. *.log
  45. # Android Studio Navigation editor temp files
  46. .navigation/
  47. # Android Studio captures folder
  48. captures/
  49. # Intellij
  50. *.iml
  51. .idea/workspace.xml
  52. # Keystore files
  53. *.jks