40 lines
426 B
Plaintext
40 lines
426 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Packaged installers and unpacked Electron builds
|
|
dist/
|
|
out/
|
|
release/
|
|
|
|
# Logs and debug
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS junk
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
# Editor
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Env and local secrets (never commit credentials)
|
|
.env
|
|
.env.*
|
|
credentials.json
|
|
accounts.json
|
|
*.pem
|
|
*.p12
|
|
*.key
|
|
|
|
# Electron / native
|
|
.electron-gyp
|
|
.cache/
|
|
*.tsbuildinfo
|