the best travel agency in Patna. We offer one-stop travel solutions for all your travel needs. Visit here: https://suvidhatravels.com/ If you have any questions, please call on this number: 9304010727

.gitignore 897B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. # ---> Agda
  2. *.agdai
  3. # ---> Android
  4. # Built application files
  5. *.apk
  6. *.ap_
  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. # Gradle files
  16. .gradle/
  17. build/
  18. # Local configuration file (sdk path, etc)
  19. local.properties
  20. # Proguard folder generated by Eclipse
  21. proguard/
  22. # Log Files
  23. *.log
  24. # Android Studio Navigation editor temp files
  25. .navigation/
  26. # Android Studio captures folder
  27. captures/
  28. # Intellij
  29. *.iml
  30. .idea/workspace.xml
  31. .idea/tasks.xml
  32. .idea/gradle.xml
  33. .idea/dictionaries
  34. .idea/libraries
  35. # Keystore files
  36. *.jks
  37. # External native build folder generated in Android Studio 2.2 and later
  38. .externalNativeBuild
  39. # Google Services (e.g. APIs or Firebase)
  40. google-services.json
  41. # Freeline
  42. freeline.py
  43. freeline/
  44. freeline_project_description.json
  45. # ---> Ansible
  46. *.retry
  47. # ---> AppEngine
  48. # Google App Engine generated folder
  49. appengine-generated/