feat: modify .gitignore

This commit is contained in:
shiweisong.ssw 2023-06-25 20:16:55 +08:00
parent adfa718a63
commit f39c3ebbea
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -21,7 +21,6 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/

3
datacenter/lib/mui.tsx Normal file
View File

@ -0,0 +1,3 @@
"use client";
export * from '@mui/joy';