A PST to VCF converter is a specialized software tool that allows you to extract and convert Outlook contacts from PST files into VCF (vCard) format. https://www.adviksoft.com/

.gitignore 944B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # ---> Ada
  2. # Object file
  3. *.o
  4. # Ada Library Information
  5. *.ali
  6. # ---> Actionscript
  7. # Build and Release Folders
  8. bin/
  9. bin-debug/
  10. bin-release/
  11. # Other files and folders
  12. .settings/
  13. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  14. # should NOT be excluded as they contain compiler settings and other important
  15. # information for Eclipse / Flash Builder.
  16. # ---> Android
  17. # Built application files
  18. *.apk
  19. *.ap_
  20. # Files for the Dalvik VM
  21. *.dex
  22. # Java class files
  23. *.class
  24. # Generated files
  25. bin/
  26. gen/
  27. # Gradle files
  28. .gradle/
  29. build/
  30. # Local configuration file (sdk path, etc)
  31. local.properties
  32. # Proguard folder generated by Eclipse
  33. proguard/
  34. # Log Files
  35. *.log
  36. # Android Studio Navigation editor temp files
  37. .navigation/
  38. # Android Studio captures folder
  39. captures/
  40. # ---> AppEngine
  41. # Google App Engine generated folder
  42. appengine-generated/
  43. # ---> AppceleratorTitanium
  44. # Build folder and log file
  45. build/
  46. build.log