Files
node-red-edge-local-setup/.gitignore
Nikita Biziaev 2a13e7daea 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>
2026-06-03 23:13:41 +03:00

8 lines
88 B
Plaintext

# Ignore everything
*
# Except these files
!.gitignore
!package.json
!README.md