FEAT-8d: add node_modules/ to .gitignore
Never commit node_modules — always installed locally via npm install. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -137,3 +137,6 @@ GerbilManagerWebAPI/photo-storage/
|
|||||||
|
|
||||||
# AR-3: Data Protection key ring (dev-only ephemeral keys) — never commit
|
# AR-3: Data Protection key ring (dev-only ephemeral keys) — never commit
|
||||||
GerbilManagerWebAPI/.data-protection-keys/
|
GerbilManagerWebAPI/.data-protection-keys/
|
||||||
|
|
||||||
|
# node_modules — never commit, installed locally per npm install
|
||||||
|
node_modules/
|
||||||
|
|||||||
Reference in New Issue
Block a user