Skip to content

Commit

Permalink
fix(*): update ignored files
Browse files Browse the repository at this point in the history
add typings back for webpack and submodules
  • Loading branch information
tusharmath committed Dec 5, 2019
1 parent bb6542b commit a22d977
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_modules/
*.js
*.map
*.d.ts
index.d.ts
!global.d.ts
*.tgz
.vscode/
.vscode
9 changes: 8 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

!*.js
*.ts
!*.d.ts
index.d.ts
.idea/
test/
*.map
*.tgz
*.tgz
.prettierrc
.vscode/
*.yml
tslint.json
tsconfig.json

0 comments on commit a22d977

Please sign in to comment.