46 lines
543 B
Plaintext
46 lines
543 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
/node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
/data
|
|
|
|
# production
|
|
/build
|
|
/release
|
|
/deploy
|
|
/public/native
|
|
|
|
# rust target
|
|
/target
|
|
/napi/target
|
|
/**/*/napi.node
|
|
/napi/napi.node
|
|
/napi/node_modules
|
|
/napi/index.d.ts
|
|
|
|
# IDEs
|
|
.idea
|
|
*.iml
|
|
.eslintcache
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.electron-builder.env
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env
|
|
.obsidian
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
signCertificate.pfx
|