Add the cjs and ems module builds to the gitignore

This commit is contained in:
Oliver Akins 2022-03-07 00:00:33 -06:00
parent 263950b5f1
commit e253a71b67
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

2
.gitignore vendored
View file

@ -1,5 +1,7 @@
node_modules/ node_modules/
dist/ dist/
/common/cjs/
/common/esm/
.vscode/ .vscode/
.DS_Store .DS_Store
*.toml *.toml