Exclude node_modules in any subdirectories

This commit is contained in:
Takumi Sueda 2022-01-12 02:50:11 +09:00
parent 3e92cc0d3e
commit cd45f190d9
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ exclude:
- Gemfile - Gemfile
- Gemfile.lock - Gemfile.lock
- node_modules - node_modules
- '*/node_modules'
- vendor/bundle/ - vendor/bundle/
- vendor/cache/ - vendor/cache/
- vendor/gems/ - vendor/gems/