Skip to content

Commit

Permalink
ignore packaging artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkrolick committed Feb 24, 2017
1 parent d0289f6 commit 31227a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Misc
*~
~*
*.tmp
*.orig
*.bak
*.log
*.DS_STORE
/tmp

# Dependencies
/node_modules

# Compiled files
/dist
/react-quill-*.tgz

# Packaging artifacts
/react-quill-*.tgz
/package
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
/tmp
/node_modules
/src
/test
/test
/package

0 comments on commit 31227a9

Please sign in to comment.