Add screenshots/ and .playwright-mcp/ to gitignore

Screenshots from visual verification go to screenshots/ dir,
not tracked in git. Also ignore Playwright MCP console logs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Денис Шкабатур
2026-02-12 12:50:13 +03:00
parent 5b26820e21
commit f5898d30f7
2 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@@ -3,3 +3,5 @@ dist/
.vite/ .vite/
*.local *.local
.DS_Store .DS_Store
screenshots/
.playwright-mcp/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB