diff options
| author | Anton Bobov <anton@bobov.name> | 2026-04-07 23:16:30 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2026-04-08 15:45:31 +0500 |
| commit | efdbaab3095d0b1455e7c2d89c208965e2cdf607 (patch) | |
| tree | 0cbc5df2191eaf5b125548c4f0ae8bc3496207ea /files/.gitignore | |
| parent | 79edde180e69441837dc13f0398a7836249ca1cd (diff) | |
git: add security patterns for keys and env files in .gitignore
Diffstat (limited to 'files/.gitignore')
| -rw-r--r-- | files/.gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
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 |
