Add .gitignore to exclude generated certs and data
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
3d4fca4d5b
commit
8c66512e81
|
|
@ -0,0 +1,6 @@
|
||||||
|
data/
|
||||||
|
certs/*.crt
|
||||||
|
certs/*.key
|
||||||
|
certs/*.srl
|
||||||
|
certs/*.csr
|
||||||
|
certs/*.ext
|
||||||
Loading…
Reference in New Issue