Skip to content

Commit

Permalink
Initial commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
glektarssza committed Sep 3, 2024
0 parents commit d91e417
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# License #

Copyright (c) 2024 G'lek Tarssza

All rights reserved.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# pinentry Windows Credential Store #

A pinentry program that supports the Windows Credential Store.

<!-- omit in toc -->
## 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.

0 comments on commit d91e417

Please sign in to comment.