mirror of
https://github.com/Dvorinka/Bookra.git
synced 2026-07-29 06:53:47 +00:00
cleanup
This commit is contained in:
+76
-10
@@ -1,14 +1,80 @@
|
||||
.DS_Store
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Build outputs
|
||||
dist/
|
||||
.output/
|
||||
.solid/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
node_modules
|
||||
dist
|
||||
.solid
|
||||
.output
|
||||
coverage
|
||||
package-lock.json
|
||||
bin
|
||||
tmp
|
||||
*.log
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user