fix: ignore nested node_modules in Docker

Add **/node_modules pattern to prevent Docker overlay conflicts
when hoisted mode creates nested symlink structures.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock
2025-10-07 10:10:08 -05:00
parent b073b9e1ec
commit f554592272

View File

@@ -1,5 +1,6 @@
# Ignore development files
node_modules
**/node_modules
.next
.git
.github