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>
15 lines
459 B
JSON
15 lines
459 B
JSON
{
|
|
"custom": {
|
|
"border": "0px none rgb(78, 89, 105)",
|
|
"borderColor": "rgb(78, 89, 105)",
|
|
"borderRadius": "2px",
|
|
"color": "rgb(78, 89, 105)",
|
|
"fontFamily": "system-ui, -apple-system, system-ui, \"segoe ui\", Roboto",
|
|
"fontSize": "12px",
|
|
"overflow": "clip",
|
|
"textAlign": "start",
|
|
"textOverflow": "clip"
|
|
},
|
|
"styleId": "style_2",
|
|
"tw": "block static font-normal leading-none whitespace-nowrap border-0 visible m-0 p-0"
|
|
} |