settings.js stays local only; remote should track just .gitignore, package.json, and README.md. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
88 B
Plaintext
8 lines
88 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# Except these files
|
|
!.gitignore
|
|
!package.json
|
|
!README.md
|