61 lines
584 B
Plaintext
61 lines
584 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Build outputs
|
|
/dist
|
|
/build
|
|
/out
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Environment files
|
|
.env*
|
|
!.env.example
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker
|
|
.docker/
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# Temporary files
|
|
.tmp
|
|
*.tmp
|
|
|
|
# Yarn
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnp/
|
|
.yarn/cache
|
|
.yarn/unplugged
|
|
.yarn/build-state.yml
|
|
.yarn/install-state.gz
|
|
.yarn/patches
|
|
.yarn/plugins
|
|
.yarn/releases
|
|
.yarn/sdks
|
|
.yarn/versions
|
|
|
|
# NPM
|
|
npm-debug.log*
|
|
npm-error.log*
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# SQLite
|
|
*.db
|
|
*.sqlite
|
|
|
|
# Yjs persistence
|
|
.yjs/ |