Skip to content

Commit

Permalink
[fix dist] Clean-up ignore files. (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero authored Sep 9, 2019
1 parent 49042ca commit 7ae5d05
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,16 @@ node_modules
*.iml
.idea

# Mac specific files
.DS_Store

# Additional build files
build

# Arbitrary tarballs
*.tar.gz
*.tgz

# Locks
yarn.lock
package-lock.json
25 changes: 21 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
example/


# Logs
logs
*.log
Expand All @@ -27,9 +24,29 @@ build/Release
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
node_modules

#IntelliJ project files
# Project files
*.iml
.idea

# Mac specific files
.DS_Store

# Additional build files
build

# Arbitrary tarballs
*.tar.gz
*.tgz

# Locks
yarn.lock
package-lock.json

### ▲ .gitignore contents above
### ▼ additional ignore files for publishing

# Shared examples of usage
example/

# Assets for images / architecture
assets/

0 comments on commit 7ae5d05

Please sign in to comment.