mirror of
https://github.com/Dvorinka/Bookra.git
synced 2026-06-03 20:13:00 +00:00
80 lines
855 B
Plaintext
80 lines
855 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
.output/
|
|
.solid/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Go binaries and artifacts
|
|
bin/
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test and coverage
|
|
coverage/
|
|
*.cover
|
|
*.cov
|
|
*.out
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
*.temp
|
|
|
|
# OS files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea/
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Local databases
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Graphify output - keep only html/json/md
|
|
graphify-out/*
|
|
!graphify-out/*.html
|
|
!graphify-out/*.json
|
|
!graphify-out/*.md
|
|
|
|
# Playwright
|
|
.playwright-cli/
|
|
.playwright-mcp/
|
|
test-results/
|
|
playwright-report/
|
|
playwright/.cache/
|
|
|
|
# Desloppify
|
|
desloppify-out/
|
|
.desloppify/
|
|
.opencode |