64cdc0dd3c
Reproducible development environment for NixOS/Nix contributors: - Dev shell with Node 22, system Electron, Playwright, LD_LIBRARY_PATH for X11/Wayland/audio libs, activated automatically via direnv - buildNpmPackage derivation wrapping system Electron with desktop file and hicolor icons - NixOS module (programs.openscreen.enable) with xdg-desktop-portal - Home Manager module for per-user installation - Overlay for composing with other flakes Tested: nix flake show, nix develop, nix build, nixos-rebuild switch
41 lines
495 B
Plaintext
41 lines
495 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-electron
|
|
dist-ssr
|
|
*.local
|
|
.env
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
release/**
|
|
*.kiro/
|
|
# npx electron-builder --mac --win
|
|
|
|
# Playwright
|
|
test-results
|
|
playwright-report/
|
|
|
|
# Vitest browser mode screenshots
|
|
__screenshots__/
|
|
|
|
# Nix
|
|
result
|
|
result-*
|
|
.direnv/ |