Skip to content

Commit

Permalink
added gitignore; added compile hint for KeePass.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
dalini committed Jul 24, 2022
1 parent 3600c1f commit a08fb5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PassworkExport/bin/
PassworkExport/obj/
PassworkExport/.vs
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,10 @@ Don't forget to delete (also in the Trash Bin!) after importing!
![image folders after import inside passwork](https://user-images.githubusercontent.com/849650/180644244-35346a83-4077-4bd8-9d32-c2ddde887478.png)
![image entries in one folder after import](https://user-images.githubusercontent.com/849650/180644296-2f8b7f1d-8385-48da-8f27-550211419318.png)

# How to compile yourself
1. Checkout the code
2. Update the KeePass.exe Reference
3. Build

# Credits
Based on the theVault CSV exporter for KeePass from Bruce NZ https://keepass.info/plugins.html#thevault - source code available via keepass site.

0 comments on commit a08fb5a

Please # to comment.