feat(smime): actually install the audited S/MIME plugin in real builds See merge request gitlab-instance-b9b5cf2f/vncmail-plus!5
76 lines
1.2 KiB
Plaintext
76 lines
1.2 KiB
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/
|
|
|
|
# playwright output
|
|
/test-results/
|
|
/playwright-report/
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# settings sync data
|
|
/data/
|
|
|
|
# Local private data
|
|
/local-data/
|
|
|
|
# Sibling repos
|
|
/repos/
|
|
|
|
# k8s deploy secrets (create from the matching overlay's secret.example.yaml)
|
|
/deploy/k8s/overlays/*/secret.yaml
|
|
|
|
# First-party plugin build output (rebuild with: npm run build:plugins).
|
|
# vnc/plugins/build/ is the staging dir the server installs from at startup
|
|
# (see lib/admin/bundled-plugins.ts) - built, never committed.
|
|
vnc/plugins/build/
|
|
vnc/plugins/*/node_modules/
|
|
vnc/plugins/*/dist/
|
|
vnc/plugins/smime/smime-vnc.zip
|
|
vnc/plugins/smime/smime.zip
|
|
|
|
# macOS
|
|
.DS_Store
|