Skip to content

Commit 90a82a7

Browse files
authored
Revert "fix(compute): add default ignore patterns for serve command" (#1567)
Reverts #1563
1 parent 4e19bc7 commit 90a82a7

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
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))

pkg/commands/compute/serve.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)