mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
chore: clean up codebase and update .gitignore
Remove old UI research screenshots, .DS_Store files, temp dirs. Add patterns for .vite/, tmp/, apps/api/data/, and screenshot PNGs.
This commit is contained in:
+10
@@ -6,7 +6,17 @@ dist/
|
|||||||
*.db-wal
|
*.db-wal
|
||||||
*.db-shm
|
*.db-shm
|
||||||
data/
|
data/
|
||||||
|
tmp/
|
||||||
.env
|
.env
|
||||||
.env.local
|
.env.local
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.playwright-mcp/
|
.playwright-mcp/
|
||||||
|
.vite/
|
||||||
|
apps/api/data/
|
||||||
|
apps/api/tmp/
|
||||||
|
apps/web/.vite/
|
||||||
|
|
||||||
|
# Screenshots from UI research (not part of the app)
|
||||||
|
stirling-pdf-*.png
|
||||||
|
settings-*.png
|
||||||
|
layout-*.png
|
||||||
|
|||||||
Reference in New Issue
Block a user