From 49c07552ce4b621315c12b57055596b0166d5134 Mon Sep 17 00:00:00 2001 From: Octavian FlowiseAI <154992625+ocflowiseai@users.noreply.github.com> Date: Wed, 15 May 2024 01:14:02 +0200 Subject: [PATCH] Ignore keys and other secrets (#2409) --- .gitignore | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/.gitignore b/.gitignore index 533f68a5..99c9f3cd 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,60 @@ ## compressed **/*.tgz + +## vscode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +## other keys +*.key +*.keys +*.priv +*.rsa +*.key.json + +## ssh keys +*.ssh +*.ssh-key +.key-mrc + +## Certificate Authority +*.ca + +## Certificate +*.crt + +## Certificate Sign Request +*.csr + +## Certificate +*.der + +## Key database file +*.kdb + +## OSCP request data +*.org + +## PKCS #12 +*.p12 + +## PEM-encoded certificate data +*.pem + +## Random number seed +*.rnd + +## SSLeay data +*.ssleay + +## S/MIME message +*.smime +*.vsix