diff --git a/.gitignore b/.gitignore index c4990ee..e1f0c62 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,18 @@ out/ .env.*.local !.env.example +# ----------------------------------------------------------------------------- +# CLAVES Y CERTIFICADOS +# ----------------------------------------------------------------------------- +*.pem +*.key +*.p8 +*.p12 +*.pfx +*.crt +certificates/ +keys/ + # ----------------------------------------------------------------------------- # LOGS # ----------------------------------------------------------------------------- @@ -49,9 +61,16 @@ Thumbs.db *.swo *~ +# ----------------------------------------------------------------------------- +# TESTING Y COVERAGE +# ----------------------------------------------------------------------------- +coverage/ +.nyc_output/ + # ----------------------------------------------------------------------------- # TEMPORALES # ----------------------------------------------------------------------------- tmp/ temp/ .cache/ +.turbo/