Skip to content

Commit

Permalink
Merge pull request #27 from aryehraber/ignore-node-modules
Browse files Browse the repository at this point in the history
Ignore `node_modules` folder
  • Loading branch information
nunomaduro authored Jun 23, 2022
2 parents 0a846c6 + 85200da commit df2490c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Factories/ConfigurationFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class ConfigurationFactory
protected static $exclude = [
'storage',
'bootstrap/cache',
'node_modules',
];

/**
Expand Down

0 comments on commit df2490c

Please sign in to comment.