Follow-up to 218a584f - these edits (electron npm scripts, "main" field,
electron/electron-builder/electron-updater deps, dist-electron/**
gitignore) were made alongside that commit but got left unstaged when it
landed. No behavior change beyond what that commit already described.
65 lines
948 B
Plaintext
65 lines
948 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files
|
|
.env*
|
|
!.env.example
|
|
!.env.dev.example
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# electron (see electron/, scripts/build-electron.mjs, electron-builder.config.js)
|
|
/dist-electron/
|
|
/dist-electron-builds/
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# settings sync data
|
|
/data/
|
|
|
|
# Local private data
|
|
/local-data/
|
|
|
|
# Sibling repos
|
|
/repos/
|
|
|
|
# k8s deploy secret (create from deploy/k8s/secret.example.yaml)
|
|
/deploy/k8s/secret.yaml
|
|
|
|
# S/MIME plugin build output (rebuild with: cd vnc/plugins/smime && npm run build)
|
|
vnc/plugins/smime/node_modules/
|
|
vnc/plugins/smime/dist/
|
|
vnc/plugins/smime/smime-vnc.zip
|