Ignore all files except repo essentials and remove settings.js from tracking.
settings.js stays local only; remote should track just .gitignore, package.json, and README.md. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -1,5 +1,7 @@
|
||||
node_modules
|
||||
projects
|
||||
.config*
|
||||
package-lock.json
|
||||
lib
|
||||
# Ignore everything
|
||||
*
|
||||
|
||||
# Except these files
|
||||
!.gitignore
|
||||
!package.json
|
||||
!README.md
|
||||
|
||||
Reference in New Issue
Block a user