diff options
| author | Shokara Kou <kou@13f0.net> | 2022-10-13 19:04:45 -0400 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2022-10-13 19:04:45 -0400 |
| commit | 3b937958ac383b05761c9a16bcf5cc9003cd6031 (patch) | |
| tree | a8cfa131012f31800ec170679035879291684c04 /.gitignore | |
| parent | 32341a174c86712cabb9243caf9e88f4d7feec50 (diff) | |
add generate function and contrib/random script
I sometimes forget to copy-paste the passwords and usernames I
generate, so this should help with that. Uses the random string
generator script I made before by default.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1 @@ | |||
| *~ | |||
