Browse Source

Initial commit

Aishatyler31 1 week ago
commit
d8cac0c488
3 changed files with 138 additions and 0 deletions
  1. 63 0
      .gitignore
  2. 72 0
      LICENSE
  3. 3 0
      README.md

+ 63 - 0
.gitignore

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

File diff suppressed because it is too large
+ 72 - 0
LICENSE


+ 3 - 0
README.md

@@ -0,0 +1,3 @@
1
+# PST_to_VCF_converter
2
+
3
+A <a href="https://www.adviksoft.com/pst/vcf.html"><strong>PST to VCF converter</strong></a> is a specialized software tool that allows you to extract and convert Outlook contacts from PST files into VCF (vCard) format.