Skip to content

Commit

Permalink
fix(templates/vercel): add index.js.map to .gitignore (#3216)
Browse files Browse the repository at this point in the history
* Add `index.js.map` to `.gitignore`

In the Vercel template,  `/api/index.js.map` should also be ignored along with `/api/index.js`. Otherwise, that mapping file would be committed into version control, which is not desired.

* Sign CLA
  • Loading branch information
jiahao-c authored May 17, 2022
1 parent 15d18e6 commit b27df32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
- jesse-deboer
- jesseflorig
- jgarrow
- jiahao-c
- jkup
- jmasson
- jo-ninja
Expand Down
1 change: 1 addition & 0 deletions templates/vercel/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ node_modules
/build/
/public/build
/api/index.js
/api/index.js.map

0 comments on commit b27df32

Please sign in to comment.