Skip to content

Commit a08fb5a

Browse files
committed
added gitignore; added compile hint for KeePass.exe
1 parent 3600c1f commit a08fb5a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
PassworkExport/bin/
2+
PassworkExport/obj/
3+
PassworkExport/.vs

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,10 @@ Don't forget to delete (also in the Trash Bin!) after importing!
7979
![image folders after import inside passwork](https://user-images.githubusercontent.com/849650/180644244-35346a83-4077-4bd8-9d32-c2ddde887478.png)
8080
![image entries in one folder after import](https://user-images.githubusercontent.com/849650/180644296-2f8b7f1d-8385-48da-8f27-550211419318.png)
8181

82+
# How to compile yourself
83+
1. Checkout the code
84+
2. Update the KeePass.exe Reference
85+
3. Build
86+
8287
# Credits
8388
Based on the theVault CSV exporter for KeePass from Bruce NZ https://keepass.info/plugins.html#thevault - source code available via keepass site.

0 commit comments

Comments
 (0)