chore: Add security and testing patterns to .gitignore
- Add CLAVES Y CERTIFICADOS section (*.pem, *.key, etc.) - Add TESTING Y COVERAGE section - Add .turbo/ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
fa53d00f16
commit
d493310f8c
19
.gitignore
vendored
19
.gitignore
vendored
@ -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/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user