25 lines
287 B
Plaintext
25 lines
287 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Lock files
|
|
yarn.lock
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# Svelte Distribution
|
|
public/build/
|
|
|
|
# Electron Distribution
|
|
dist
|
|
|
|
# Project Build Automation Directory
|
|
private
|
|
|
|
# Desktop Services Store on macOS
|
|
.DS_Store
|