Files
vega/.gitignore
T
Jure f9fda75cac flatpak: add Flathub packaging (manifest, metainfo, desktop, README)
From-source Flatpak build for com.veganostr.Vega on GNOME 50 runtime.
Screenshots and the manifest git-pin are finalized before the Flathub PR.
Vendored cargo/node sources are generated (gitignored; live in the flathub repo).
2026-07-15 13:57:12 +02:00

58 lines
844 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/
screenshots/
*.png
!src-tauri/icons/*.png
# Memory test output (produced by scripts/memory-test.sh)
memory-test-*.tsv
# Private docs (drafts, specs, research, grant applications)
private_docs/
test/accounts.json
# AI agent / editor state
.agents/
.claude/
.omc/
.pi/
.windsurf/
.impeccable.md
skills-lock.json
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# TypeScript incremental build info
*.tsbuildinfo
# Flatpak vendored sources (generated; belong in the flathub repo)
flatpak/cargo-sources.json
flatpak/node-sources.json