File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212### Bug fixes:
1313- fix(compute): clarify fastly.toml error message when file not found ([ #1556 ] ( https://github.com/fastly/cli/pull/1556 ) )
14- - fix(compute): add default ignore patterns for node_modules/ and target/ to the serve command ([ 1563] ( https://github.com/fastly/cli/pull/1563 ) )
1514
1615### Dependencies:
1716- build(deps): ` github.com/hashicorp/cap ` from 0.10.0 to 0.11.0 ([ #1546 ] ( https://github.com/fastly/cli/pull/1546 ) )
Original file line number Diff line number Diff line change @@ -1350,8 +1350,6 @@ func ignoreFiles(watchDir argparser.OptionalString) *ignore.GitIgnore {
13501350 }
13511351
13521352 patterns = append (patterns , ".git/" )
1353- patterns = append (patterns , "node_modules/" )
1354- patterns = append (patterns , "target/" )
13551353
13561354 return ignore .CompileIgnoreLines (patterns ... )
13571355}
You can’t perform that action at this time.
0 commit comments