plectrum

Plectrum: instrument tuner for Android
Log | Files | Refs | README | LICENSE

.gitignore (1016B)


      1 # Created by https://www.gitignore.io/api/androidstudio
      2 
      3 ### AndroidStudio ###
      4 # Covers files to be ignored for android development using Android Studio.
      5 
      6 # Built application files
      7 *.apk
      8 *.ap_
      9 
     10 # Files for the ART/Dalvik VM
     11 *.dex
     12 
     13 # Java class files
     14 *.class
     15 
     16 # Generated files
     17 bin/
     18 gen/
     19 out/
     20 
     21 # Gradle files
     22 .gradle
     23 
     24 # Signing files
     25 .signing/
     26 
     27 # Local configuration file (sdk path, etc)
     28 local.properties
     29 
     30 # Proguard folder generated by Eclipse
     31 proguard/
     32 
     33 # Log Files
     34 *.log
     35 
     36 # Android Studio
     37 build
     38 production
     39 captures
     40 .navigation
     41 *.ipr
     42 *~
     43 *.swp
     44 app/release/
     45 
     46 # Android Patch
     47 gen-external-apklibs
     48 
     49 # External native build folder generated in Android Studio 2.2 and later
     50 .externalNativeBuild
     51 
     52 # NDK
     53 obj/
     54 
     55 # IntelliJ IDEA
     56 *.iml
     57 *.iws
     58 
     59 # User-specific configurations
     60 .idea/
     61 
     62 # OS-specific files
     63 .DS_Store
     64 .DS_Store?
     65 ._*
     66 .Spotlight-V100
     67 .Trashes
     68 ehthumbs.db
     69 Thumbs.db
     70 
     71 ## Plugin-specific files:
     72 
     73 # mpeltonen/sbt-idea plugin
     74 .idea_modules/
     75 
     76 ### AndroidStudio Patch ###
     77 
     78 # End of https://www.gitignore.io/api/androidstudio