mirror of
https://github.com/lights0123/n-link.git
synced 2026-08-07 18:23:28 +00:00
Replaces Tauri scaffold placeholder icons with app-icon.png. Android/iOS variants emitted by the icon tool are gitignored — this is a Linux-only build per the plan's scope. Verified: deb depends only on libwebkit2gtk-4.1-0 + libgtk-3-0, with no webkit2gtk-4.0 or libssl1.1 reference — the failure this port exists to fix. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
34 lines
361 B
Plaintext
34 lines
361 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/dist
|
|
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
*.tns
|
|
.superpowers/
|
|
|
|
# build artifacts
|
|
node_modules/
|
|
target/
|
|
dist/
|
|
desktop/src-tauri/icons/android/
|
|
desktop/src-tauri/icons/ios/
|