Optimized the root .gitignore to exclude virtual environments, node modules, and temp folders to ensure clean and lightweight version tracking. Co-authored-by: Cursor <cursoragent@cursor.com>
22 lines
746 B
JSON
22 lines
746 B
JSON
{
|
|
"custom": {
|
|
"background": "rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box",
|
|
"backgroundColor": "rgb(255, 255, 255)",
|
|
"border": "0px none rgb(0, 0, 0)",
|
|
"borderColor": "rgb(0, 0, 0)",
|
|
"bottom": "0px",
|
|
"color": "rgb(0, 0, 0)",
|
|
"fontFamily": "Inter, Helvetica, \"PingFang SC\", \"Hiragino Sans GB\", \"Microsoft YaHei\"",
|
|
"fontSize": "14px",
|
|
"left": "0px",
|
|
"minHeight": "0px",
|
|
"minWidth": "0px",
|
|
"right": "0px",
|
|
"textAlign": "start",
|
|
"textOverflow": "clip",
|
|
"top": "0px",
|
|
"transition": "box-shadow 0.2s cubic-bezier(0, 0, 1, 1)"
|
|
},
|
|
"styleId": "style_123",
|
|
"tw": "block relative font-normal leading-tight border-0 visible m-0 p-0 overflow-visible"
|
|
} |