Skip to content

Commit

Permalink
chore(dev): Remove redundant .gitignore in utils package (#4905)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lobsterkatie committed Apr 26, 2022
1 parent bac2d91 commit 62e7189
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/utils/.gitignore

This file was deleted.

0 comments on commit 62e7189

Please sign in to comment.