mirror of
https://github.com/diffusionstudio/lottie.git
synced 2026-09-14 13:40:33 +08:00
44f6b416fa
- Updated .gitignore to include new build and environment files. - Upgraded dependencies in package.json and bun.lock, including major updates for canvaskit-wasm and tailwind-merge. - Removed outdated package-lock.json and tsconfig files. - Replaced React with Solid.js for improved performance and reactivity. - Introduced new components and updated the app structure for better organization. - Added new SVG icons and fonts for enhanced UI. - Updated index.html and CSS for improved styling and layout consistency.
33 lines
289 B
Plaintext
33 lines
289 B
Plaintext
dist
|
|
.wrangler
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
.vinxi
|
|
app.config.timestamp_*.js
|
|
|
|
# Environment
|
|
.env
|
|
.env*.local
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
*.launch
|
|
.settings/
|
|
|
|
# Temp
|
|
gitignore
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
canvaskit.wasm
|
|
|
|
# Skills
|
|
.claude
|