mirror of
https://github.com/readest/readest
synced 2026-04-21 13:37:44 +00:00
31 lines
240 B
Text
31 lines
240 B
Text
# Dependencies
|
|
node_modules
|
|
**/node_modules
|
|
|
|
# Rust build artifacts
|
|
target
|
|
**/target
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Build outputs
|
|
.next
|
|
**/.next
|
|
out
|
|
**/out
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|