mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
chore: add node_modules and generated artifacts to gitignore
This commit is contained in:
parent
7fcfde3ca7
commit
7852d0ca8e
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -38,3 +38,9 @@ secrets/
|
||||||
|
|
||||||
# MCP backend build artifacts
|
# MCP backend build artifacts
|
||||||
scripts/mcp_backend/target/
|
scripts/mcp_backend/target/
|
||||||
|
node_modules/
|
||||||
|
package.json
|
||||||
|
package-lock.json
|
||||||
|
.atlas-optimize/
|
||||||
|
*.sam
|
||||||
|
*_summary.json
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue