chore: update assets path and gitignore DS_Store

This commit is contained in:
afiqzudinhadi 2025-06-07 00:02:05 +08:00
parent 460b092a6f
commit ba2c4c2932
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
/node_modules /node_modules
/build /build
.DS_Store

View file

@ -15,7 +15,8 @@
"utils": "@/lib/utils", "utils": "@/lib/utils",
"ui": "@/components/ui", "ui": "@/components/ui",
"lib": "@/lib", "lib": "@/lib",
"hooks": "@/hooks" "hooks": "@/hooks",
"assets": "@/assets"
}, },
"iconLibrary": "lucide" "iconLibrary": "lucide"
} }