|
| 1 | +# block-delimiters file... |
| 2 | +# - Empty lines are ignored -- you can use them as section delimiters |
| 3 | +# - Lines beginning with a `#` are ignored |
| 4 | +# - Lines beginning with `\#` let you match blocks where the first character is a `#` |
| 5 | +# -- i.e. the `\` is ignored and the line isn't treated as a comment |
| 6 | +# `\` is not otherwise special |
| 7 | + |
| 8 | +# app/assets/logos/oss-partners/index.ts |
| 9 | +OSS_PARTNERS = [ |
| 10 | +] |
| 11 | + |
| 12 | +# server/utils/image-proxy.ts |
| 13 | +TRUSTED_IMAGE_DOMAINS = [ |
| 14 | +] |
| 15 | + |
| 16 | +# app/pages/blog/alpha-release.md |
| 17 | +<BlogPostFederatedArticles |
| 18 | +/> |
| 19 | + |
| 20 | +# Public Keys |
| 21 | +-----BEGIN PUBLIC KEY----- |
| 22 | +-----END PUBLIC KEY----- |
| 23 | + |
| 24 | +# Private Keys |
| 25 | +-----BEGIN PRIVATE KEY----- |
| 26 | +-----END PRIVATE KEY----- |
| 27 | + |
| 28 | +# EC Private Key |
| 29 | +-----BEGIN EC PRIVATE KEY----- |
| 30 | +-----END EC PRIVATE KEY----- |
| 31 | + |
| 32 | +# RSA Private Key |
| 33 | +-----BEGIN RSA PRIVATE KEY----- |
| 34 | +-----END RSA PRIVATE KEY----- |
| 35 | + |
| 36 | +# GPG Public Key |
| 37 | +-----BEGIN PGP PUBLIC KEY BLOCK----- |
| 38 | +-----END PGP PUBLIC KEY BLOCK----- |
| 39 | + |
| 40 | +# GPG Signature |
| 41 | +-----BEGIN PGP SIGNATURE----- |
| 42 | +-----END PGP SIGNATURE----- |
| 43 | + |
| 44 | +# Certificates |
| 45 | +-----BEGIN CERTIFICATE----- |
| 46 | +-----END CERTIFICATE----- |
| 47 | + |
| 48 | +# All Contributors |
| 49 | +<!-- ALL-CONTRIBUTORS-LIST:START |
| 50 | +<!-- ALL-CONTRIBUTORS-LIST:END |
| 51 | + |
| 52 | +# dependabot |
| 53 | +<summary>Release notes</summary> |
| 54 | +</details> |
| 55 | + |
| 56 | +# dependabot |
| 57 | +<summary>Changelog</summary> |
| 58 | +</details> |
| 59 | + |
| 60 | +# dependabot |
| 61 | +<summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> |
| 62 | +</details> |
| 63 | + |
| 64 | +# dependabot |
| 65 | +[Dependabot compatibility score] |
| 66 | +</details> |
| 67 | + |
| 68 | +# dependabot |
| 69 | +<summary>Commits</summary> |
| 70 | +</details> |
| 71 | + |
| 72 | +# dependabot |
| 73 | +<summary>Dependabot commands and options</summary> |
| 74 | +</details> |
0 commit comments