Commit ·
2c41a3f
1
Parent(s): fddfe2b
chore: update gitignore to exclude IDE and media files
Browse filesIgnore .windsurf/ IDE folder and wav/mp4 test files to keep repo clean.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- .gitignore +7 -0
.gitignore
CHANGED
|
@@ -1 +1,8 @@
|
|
| 1 |
web/avatar_thumb.jpg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
web/avatar_thumb.jpg
|
| 2 |
+
|
| 3 |
+
# IDE
|
| 4 |
+
.windsurf/
|
| 5 |
+
|
| 6 |
+
# Media files (test/demo)
|
| 7 |
+
*.wav
|
| 8 |
+
*.mp4
|