Files
vega/.gitignore
Jure f7b5394902 Remove accidentally committed artifacts, update .gitignore
squashfs-root (old AppImage), test screenshots, and stray PNGs
should not be in the repo.
2026-03-30 21:14:26 +02:00

40 lines
483 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Playwright output
.playwright-mcp/
# Build artifacts / test screenshots
squashfs-root/
phase-4-tests/
phase-4.md
*.png
!src-tauri/icons/*.png
# Private / not for public repo
OPENSATS_APPLICATION.md
TODO.md
test/accounts.json
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?