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
384 B
JSON
22 lines
384 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Axhub Make (Vite)",
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"command": "npm run dev",
|
|
"cwd": "${workspaceFolder}"
|
|
},
|
|
],
|
|
"compounds": [
|
|
{
|
|
"name": "Dev + Ref Center",
|
|
"configurations": [
|
|
"Axhub Make (Vite)",
|
|
"Chrome: Ref Center"
|
|
]
|
|
}
|
|
]
|
|
}
|