Skip to content

Commit 7b24c55

Browse files
lobsterkatieLms24
authored andcommitted
chore(dev): Remove redundant .gitignore in utils package (#4905)
The `.gitignore` file in the `utils` package isn't ignoring any current files which the main `.gitignore` (the one at the root level of the repo) isn't already ignoring, as evidenced by the fact that deleting the former doesn't cause anything to new to come to git's attention. What it will ignore, however, is future `.js` files (such as `rollup.config.js` and `jest.config.js`) which we don't want ignored (and which aren't ignored in any other package). This therefore removes the `.gitignore` in `utils`, in order to prevent that future problem.
1 parent 57762ba commit 7b24c55

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/utils/.gitignore

-5
This file was deleted.

0 commit comments

Comments
 (0)