Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
package: improve ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Sep 24, 2018
1 parent 97c2805 commit 8c1b0a7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
11 changes: 5 additions & 6 deletions .gitignore
@@ -1,8 +1,7 @@
.*
!/.travis.yml
!/.npmignore
!/.gitignore
/node_modules
yarn.lock
package-lock.json
!.babelrc
!.travis.yml
!.npmignore
!.gitignore
/package-lock.json
/yarn.lock
7 changes: 3 additions & 4 deletions .npmignore
@@ -1,6 +1,5 @@
/.travis.yml
/package-lock.json
/src
/test
/Makefile
.travis.yml
package-lock.json
yarn.lock
/yarn.lock
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@

# Changelog

## Trunk

package: improve ignore files

## Version 3.0.0

Breaking changes:
Expand Down

0 comments on commit 8c1b0a7

Please sign in to comment.