Add gitignore for test files and sample images
Browse files🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
- .gitignore +4 -0
.gitignore
CHANGED
|
@@ -22,3 +22,7 @@ dist-ssr
|
|
| 22 |
*.njsproj
|
| 23 |
*.sln
|
| 24 |
*.sw?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
*.njsproj
|
| 23 |
*.sln
|
| 24 |
*.sw?
|
| 25 |
+
|
| 26 |
+
# Test images and sample files
|
| 27 |
+
sample_piclet_images/
|
| 28 |
+
test-*.html
|