12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- # ---> Android
- # Built application files
- *.apk
- *.ap_
- # Files for the Dalvik VM
- *.dex
- # Java class files
- *.class
- # Generated files
- bin/
- gen/
- # 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/
- # ---> Archives
- # It's better to unpack these files and commit the raw source because
- # git has its own built in compression methods.
- *.7z
- *.jar
- *.rar
- *.zip
- *.gz
- *.bzip
- *.bz2
- *.xz
- *.lzma
- *.cab
- #packing-only formats
- *.iso
- *.tar
- #package management formats
- *.dmg
- *.xpi
- *.gem
- *.egg
- *.deb
- *.rpm
- *.msi
- *.msm
- *.msp
- # ---> BricxCC
- # Bricx Command Center IDE
- # http://bricxcc.sourceforge.net
- *.bak
- *.sym
|