Commit 6d68ed1
committed
chore: add security-sensitive file patterns to .gitignore
Add patterns to prevent accidental commits of credential files:
- Tomcat/Java config files (context.xml, server.xml, etc.)
- Java keystores and truststores (*.jks, *.jceks, etc.)
- Spring Boot application properties with secrets
- Common credential files (credentials.json, secrets.json, etc.)
- PKCS12 keystores (*.p12, *.pfx)
This helps prevent password leaks in future Java backends that teams
may add to projects using this template.1 parent 0c5dcee commit 6d68ed1
1 file changed
+28
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
373 | 401 | | |
374 | 402 | | |
375 | 403 | | |
| |||
0 commit comments