mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
50 lines
617 B
Text
50 lines
617 B
Text
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Firebase
|
|
.runtimeconfig.json
|
|
|
|
# Cache files
|
|
.cache
|
|
*.cache
|
|
|
|
# Runtime environment supports npm an Yarn lockfiles. A decision was made to use
|
|
# npm, therefore all other lock files are ignored.
|
|
pnpm-lock.yaml
|
|
yarn.lock
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Dependency directories
|
|
node_modules
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
|
|
# MacOS-specific files
|
|
.DS_Store
|
|
|
|
# Coverage output
|
|
coverage
|
|
|
|
# Build output
|
|
dist
|
|
lib
|
|
build
|