aws classes in pune

.gitignore 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. # ---> Android
  2. # Built application files
  3. *.apk
  4. *.ap_
  5. # Files for the ART/Dalvik VM
  6. *.dex
  7. # Java class files
  8. *.class
  9. # Generated files
  10. bin/
  11. gen/
  12. out/
  13. # Gradle files
  14. .gradle/
  15. build/
  16. # Local configuration file (sdk path, etc)
  17. local.properties
  18. # Proguard folder generated by Eclipse
  19. proguard/
  20. # Log Files
  21. *.log
  22. # Android Studio Navigation editor temp files
  23. .navigation/
  24. # Android Studio captures folder
  25. captures/
  26. # Intellij
  27. *.iml
  28. .idea/workspace.xml
  29. .idea/tasks.xml
  30. .idea/gradle.xml
  31. .idea/dictionaries
  32. .idea/libraries
  33. # Keystore files
  34. *.jks
  35. # External native build folder generated in Android Studio 2.2 and later
  36. .externalNativeBuild
  37. # Google Services (e.g. APIs or Firebase)
  38. google-services.json
  39. # Freeline
  40. freeline.py
  41. freeline/
  42. freeline_project_description.json
  43. # ---> Ansible
  44. *.retry
  45. # ---> Ada
  46. # Object file
  47. *.o
  48. # Ada Library Information
  49. *.ali
  50. # ---> Anjuta
  51. # Local configuration folder and symbol database
  52. /.anjuta/
  53. /.anjuta_sym_db.db
  54. # ---> Archives
  55. # It's better to unpack these files and commit the raw source because
  56. # git has its own built in compression methods.
  57. *.7z
  58. *.jar
  59. *.rar
  60. *.zip
  61. *.gz
  62. *.bzip
  63. *.bz2
  64. *.xz
  65. *.lzma
  66. *.cab
  67. #packing-only formats
  68. *.iso
  69. *.tar
  70. #package management formats
  71. *.dmg
  72. *.xpi
  73. *.gem
  74. *.egg
  75. *.deb
  76. *.rpm
  77. *.msi
  78. *.msm
  79. *.msp