Skip to content

Commit

Permalink
🙈 ignore generated bundles and types
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorLuizC committed Mar 22, 2021
1 parent aa57848 commit 08ec1b6
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 206 deletions.
10 changes: 8 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.DS_Store

# Node.js modules.
node_modules/
node_modules

# NPM's shrinkwrap.
# We're using `package-lock.json` instead.
Expand All @@ -15,7 +15,7 @@ npm-shrinkwrap.json
# We're using NPM and it provide its own lockfile and settings.
yarn.lock
.pnp.*
.yarn/
.yarn
.yarnrc
.yarnrc.yaml

Expand All @@ -28,3 +28,9 @@ pnpmfile.js
# Log's files.
*.log
*.log.*

# Generated distribution bundles and their source-maps.
/dist

# Generated type declarations.
/types
49 changes: 0 additions & 49 deletions dist/index.cjs

This file was deleted.

1 change: 0 additions & 1 deletion dist/index.cjs.map

This file was deleted.

43 changes: 0 additions & 43 deletions dist/index.esm.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/index.esm.js.map

This file was deleted.

49 changes: 0 additions & 49 deletions dist/index.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/index.js.map

This file was deleted.

43 changes: 0 additions & 43 deletions dist/index.mjs

This file was deleted.

1 change: 0 additions & 1 deletion dist/index.mjs.map

This file was deleted.

15 changes: 0 additions & 15 deletions types/index.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion types/index.d.ts.map

This file was deleted.

0 comments on commit 08ec1b6

Please sign in to comment.