0281eb58aa
briefcase's top-level .gitignore ignores node_modules, so I never noticed that it was missing from my boilerplate .gitignore. I don't *really* need to add it to that .gitignore, but if I want to cleanly eject directories from this monorepo, it makes sense to keep the .gitignore files local to each project.
3 lines
No EOL
32 B
Text
3 lines
No EOL
32 B
Text
/.cache
|
|
/dist/**/*
|
|
/node_modules |