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:
2026-06-03 23:13:41 +03:00
parent 67f01380d0
commit 2a13e7daea
2 changed files with 7 additions and 647 deletions

12
.gitignore vendored
View File

@@ -1,5 +1,7 @@
node_modules
projects
.config*
package-lock.json
lib
# Ignore everything
*
# Except these files
!.gitignore
!package.json
!README.md