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>
14 lines
202 B
JSON
14 lines
202 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"neverOverwrite": [
|
|
"src/**",
|
|
"assets/**"
|
|
],
|
|
"alwaysOverwrite": [
|
|
"src/common/**"
|
|
],
|
|
"conflictCheck": [
|
|
"package.json"
|
|
],
|
|
"defaultOverwrite": true
|
|
} |