12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- # Created by .ignore support plugin (hsz.mobi)
- ### OSX template
- *.DS_Store
- .AppleDouble
- .LSOverride
- # Icon must end with two \r
- Icon
- # Thumbnails
- ._*
- # Files that might appear in the root of a volume
- .DocumentRevisions-V100
- .fseventsd
- .Spotlight-V100
- .TemporaryItems
- .Trashes
- .VolumeIcon.icns
- .com.apple.timemachine.donotpresent
- # Directories potentially created on remote AFP share
- .AppleDB
- .AppleDesktop
- Network Trash Folder
- Temporary Items
- .apdisk
- ### Android template
- # Built application files
- *.apk
- *.ap_
- # Files for the ART/Dalvik VM
- *.dex
- # Java class files
- *.class
- # Generated files
- bin/
- gen/
- out/
- # Gradle files
- .gradle/
- build/
- # Local configuration file (sdk path, etc)
- local.properties
- # Proguard folder generated by Eclipse
- proguard/
- # Log Files
- *.log
- # Android Studio Navigation editor temp files
- .navigation/
- # Android Studio captures folder
- captures/
- # Intellij
- *.iml
- .idea/workspace.xml
- # Keystore files
- *.jks
|