https://www.justflydeals.com/cruise/virgin-voyages-cruise-line-customer-service/" rel="nofollow">is virgin voyages a good cruise line? Plus, we’ll guide you on how to book Virgin Cruise USA departures with confidence.

.gitignore 999B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # ---> Actionscript
  2. # Build and Release Folders
  3. bin/
  4. bin-debug/
  5. bin-release/
  6. # Other files and folders
  7. .settings/
  8. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  9. # should NOT be excluded as they contain compiler settings and other important
  10. # information for Eclipse / Flash Builder.
  11. # ---> Android
  12. # Built application files
  13. *.apk
  14. *.ap_
  15. # Files for the Dalvik VM
  16. *.dex
  17. # Java class files
  18. *.class
  19. # Generated files
  20. bin/
  21. gen/
  22. # Gradle files
  23. .gradle/
  24. build/
  25. # Local configuration file (sdk path, etc)
  26. local.properties
  27. # Proguard folder generated by Eclipse
  28. proguard/
  29. # Log Files
  30. *.log
  31. # Android Studio Navigation editor temp files
  32. .navigation/
  33. # Android Studio captures folder
  34. captures/
  35. # ---> Anjuta
  36. # Local configuration folder and symbol database
  37. /.anjuta/
  38. /.anjuta_sym_db.db
  39. # ---> AppceleratorTitanium
  40. # Build folder and log file
  41. build/
  42. build.log
  43. # ---> ArchLinuxPackages
  44. *.tar
  45. *.tar.*
  46. *.jar
  47. *.exe
  48. *.msi
  49. *.zip
  50. *.tgz
  51. *.log
  52. *.log.*
  53. *.sig
  54. pkg/
  55. src/