Skip to content

Commit

Permalink
chore: removed .npmignore (#994)
Browse files Browse the repository at this point in the history
* chore: removed .npmignore

* chore: modified .gitignore to include all files in .npmignore

* chore: removing travis.yml
  • Loading branch information
tiwarishubham635 authored Jan 23, 2024
1 parent 163963e commit 334bf78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 28 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### Dot files ###
.*

### Logs ###
logs
*.log
Expand All @@ -13,6 +16,9 @@ pids
### NPM modules ###
node_modules

### Spec and test coverage ###
spec

### Test coverage ###
coverage

Expand Down
28 changes: 0 additions & 28 deletions .npmignore

This file was deleted.

0 comments on commit 334bf78

Please sign in to comment.