diff options
| author | Tyler <tyler@tylerhoang.xyz> | 2026-03-29 12:00:41 -0700 |
|---|---|---|
| committer | Tyler <tyler@tylerhoang.xyz> | 2026-03-29 12:00:41 -0700 |
| commit | 239eb45c0ce76ba8faf9f9bb9234d878e7ecf756 (patch) | |
| tree | 5ee75a59f86d507d93a9240069ab309e98a86b78 /.gitignore | |
| parent | cc4238cc6830d24b05a09d9b538961965eecba94 (diff) | |
Add Prism logo to sidebar
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,9 @@ __pycache__/ *.pyc *.pyo -*.png *.jpg *.jpeg +# Allow assets directory +!assets/ +!assets/* .claude/ |
