The luxurious, sea-facing land is for sale in Goa. Have gorgeous ocean views along with a prime location. . Don't lose out on owning Sea Facing Land For Sale In Goa. This opportunity comes again hard.

.gitignore 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. # ---> C++
  44. # Prerequisites
  45. *.d
  46. # Compiled Object files
  47. *.slo
  48. *.lo
  49. *.o
  50. *.obj
  51. # Precompiled Headers
  52. *.gch
  53. *.pch
  54. # Compiled Dynamic libraries
  55. *.so
  56. *.dylib
  57. *.dll
  58. # Fortran module files
  59. *.mod
  60. *.smod
  61. # Compiled Static libraries
  62. *.lai
  63. *.la
  64. *.a
  65. *.lib
  66. # Executables
  67. *.exe
  68. *.out
  69. *.app
  70. # ---> CUDA
  71. *.i
  72. *.ii
  73. *.gpu
  74. *.ptx
  75. *.cubin
  76. *.fatbin