ci: add node_modules to .gitignore

This commit is contained in:
Alexis Couvreur
2023-02-19 00:44:07 -05:00
parent 3ada677a91
commit f06698a878
660 changed files with 2 additions and 92115 deletions

View File

@@ -1,19 +0,0 @@
# @babel/code-frame
> Generate errors that contain a code frame that point to source locations.
See our website [@babel/code-frame](https://babeljs.io/docs/en/babel-code-frame) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/code-frame
```
or using yarn:
```sh
yarn add @babel/code-frame --dev
```