"EDIT's UI UX Design Course in Pune is a 4 month UI UX design diploma. Our students get trained with a live project as per the latest industry standards."
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

176 lines
2.2 KiB

2 years ago
  1. # ---> Android
  2. # Built application files
  3. *.apk
  4. *.aar
  5. *.ap_
  6. *.aab
  7. # Files for the ART/Dalvik VM
  8. *.dex
  9. # Java class files
  10. *.class
  11. # Generated files
  12. bin/
  13. gen/
  14. out/
  15. # Uncomment the following line in case you need and you don't have the release build type files in your app
  16. # release/
  17. # Gradle files
  18. .gradle/
  19. build/
  20. # Local configuration file (sdk path, etc)
  21. local.properties
  22. # Proguard folder generated by Eclipse
  23. proguard/
  24. # Log Files
  25. *.log
  26. # Android Studio Navigation editor temp files
  27. .navigation/
  28. # Android Studio captures folder
  29. captures/
  30. # IntelliJ
  31. *.iml
  32. .idea/workspace.xml
  33. .idea/tasks.xml
  34. .idea/gradle.xml
  35. .idea/assetWizardSettings.xml
  36. .idea/dictionaries
  37. .idea/libraries
  38. # Android Studio 3 in .gitignore file.
  39. .idea/caches
  40. .idea/modules.xml
  41. # Comment next line if keeping position of elements in Navigation Editor is relevant for you
  42. .idea/navEditor.xml
  43. # Keystore files
  44. # Uncomment the following lines if you do not want to check your keystore files in.
  45. #*.jks
  46. #*.keystore
  47. # External native build folder generated in Android Studio 2.2 and later
  48. .externalNativeBuild
  49. .cxx/
  50. # Google Services (e.g. APIs or Firebase)
  51. # google-services.json
  52. # Freeline
  53. freeline.py
  54. freeline/
  55. freeline_project_description.json
  56. # fastlane
  57. fastlane/report.xml
  58. fastlane/Preview.html
  59. fastlane/screenshots
  60. fastlane/test_output
  61. fastlane/readme.md
  62. # Version control
  63. vcs.xml
  64. # lint
  65. lint/intermediates/
  66. lint/generated/
  67. lint/outputs/
  68. lint/tmp/
  69. # lint/reports/
  70. # Android Profiling
  71. *.hprof
  72. # ---> Images
  73. # JPEG
  74. *.jpg
  75. *.jpeg
  76. *.jpe
  77. *.jif
  78. *.jfif
  79. *.jfi
  80. # JPEG 2000
  81. *.jp2
  82. *.j2k
  83. *.jpf
  84. *.jpx
  85. *.jpm
  86. *.mj2
  87. # JPEG XR
  88. *.jxr
  89. *.hdp
  90. *.wdp
  91. # Graphics Interchange Format
  92. *.gif
  93. # RAW
  94. *.raw
  95. # Web P
  96. *.webp
  97. # Portable Network Graphics
  98. *.png
  99. # Animated Portable Network Graphics
  100. *.apng
  101. # Multiple-image Network Graphics
  102. *.mng
  103. # Tagged Image File Format
  104. *.tiff
  105. *.tif
  106. # Scalable Vector Graphics
  107. *.svg
  108. *.svgz
  109. # Portable Document Format
  110. *.pdf
  111. # X BitMap
  112. *.xbm
  113. # BMP
  114. *.bmp
  115. *.dib
  116. # ICO
  117. *.ico
  118. # 3D Images
  119. *.3dm
  120. *.max
  121. # ---> MicrosoftOffice
  122. *.tmp
  123. # Word temporary
  124. ~$*.doc*
  125. # Word Auto Backup File
  126. Backup of *.doc*
  127. # Excel temporary
  128. ~$*.xls*
  129. # Excel Backup File
  130. *.xlk
  131. # PowerPoint temporary
  132. ~$*.ppt*
  133. # Visio autosave temporary files
  134. *.~vsd*