Initial commit: MarkLite Markdown Reader

This commit is contained in:
thzxx
2026-05-18 10:40:11 +08:00
commit fda3e5987d
13 changed files with 2967 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Dependencies
node_modules/
dist/
package-lock.json
# OS files
.DS_Store
Thumbs.db
desktop.ini
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# Build output
dist/
out/
*.exe
*.msi
*.dmg
# Logs
*.log
npm-debug.log*