Skip to content

Commit

Permalink
Update .npmignore; add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kurpachsv committed Mar 30, 2019
1 parent ae82d29 commit 3b249e3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[*]
indent_style = space
end_of_line = lf
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
25 changes: 24 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
.babelrc
.idea
.vscode
.storybook

__mocks__
__test__
coverage
src
stories

.babelrc
.editorconfig
.eslintrc*
.gitignore
.npmignore

.coveralls.yml
.travis.yml
jest.config
LICENSE
rollup.config.js

package.json
package-lock.json

0 comments on commit 3b249e3

Please sign in to comment.