diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e5d4963 --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +# Editors # +## Visual Studio Code ## +### Workspace Folder ### +.vscode/* + +### Exceptions ### +!.vscode/extensions.json +!.vscode/launch.json +!.vscode/tasks.json + +## Vim ## +### Swap ### +[._]*.s[a-v][a-z] +!*.svg +[._]*.sw[a-p] +[._]*.s[a-rt-v][a-z] +[._]*.ss[a-gi-z] +[._]sw[a-p] + +### Session ### +Session.vim +Sessionx.vim + +### Temporary Files ### +.netrwhist +*~ + +### Auto-generated Tag Files ### +tags + +### Undo Persistence ### +[._]*.un~ + +# Logs # +*.log* + +# Environment # +.envrc diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..bacec80 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,5 @@ +# License # + +Copyright (c) 2024 G'lek Tarssza + +All rights reserved. diff --git a/README.md b/README.md new file mode 100644 index 0000000..06d1c79 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# pinentry Windows Credential Store # + +A pinentry program that supports the Windows Credential Store. + + +## Table of Contents ## + +* [pinentry Windows Credential Store](#pinentry-windows-credential-store) + +## License ## + +Copyright (c) 2024 G'lek Tarssza + +All rights reserved. + +See [LICENSE.md](README.md) for the full license.