From efdbaab3095d0b1455e7c2d89c208965e2cdf607 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Tue, 7 Apr 2026 23:16:30 +0500 Subject: git: add security patterns for keys and env files in .gitignore --- files/.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'files') diff --git a/files/.gitignore b/files/.gitignore index 91066f4..520a894 100644 --- a/files/.gitignore +++ b/files/.gitignore @@ -5,8 +5,24 @@ tags .tags .tags.lock .tags.temp +.notags .envrc +.direnv +.direnv.* .env +.env.local + +# Private Keys and Certificates +*.pem +*.key +*.pub +*.p12 +*.pfx +*.crt +*.der +id_rsa +id_ecdsa +id_ed25519 # Eclipse project files .classpath -- cgit v1.2.3