mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -04:00
60 lines
638 B
Plaintext
60 lines
638 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build outputs
|
|
dist
|
|
build
|
|
.build
|
|
*.tsbuildinfo
|
|
.tanstack
|
|
|
|
# Environment variables
|
|
.env
|
|
.env*.local
|
|
!.env.example
|
|
|
|
# IDEs and editors
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
.pnpm-debug.log*
|
|
|
|
# Turbo
|
|
.turbo
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Misc
|
|
*.tgz
|
|
.cache
|
|
tmp
|
|
temp
|
|
crowdin-context.jsonl
|
|
messages.pot
|
|
|
|
# local data
|
|
*.db
|
|
*.db-*
|
|
/data
|