Files
SimpleClient-releases/.gitignore
2025-09-04 11:43:50 -04:00

43 lines
419 B
Plaintext

# Dependencies
node_modules/
package-lock.json
yarn.lock
# Build output
dist/
build/
out/
# Electron
.electron/
# Notes and call history
notes/
call_history.json
# OS files
.DS_Store
Thumbs.db
desktop.ini
# IDE
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment variables
.env
.env.local
.env.*.local
# Temporary files
*.tmp
*.temp
*~