Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit fe7e577

Browse files
author
Kamil Kisiela
committed
chore: update ignored files
1 parent 8b10b29 commit fe7e577

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ build/Release
3535
# Dependency directory
3636
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
3737
node_modules
38+
bower_components
39+
3840
### JetBrains template
3941
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
4042

.npmignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.idea
2+
bower_components
3+
node_modules
4+
coverage
5+
tests
6+
.gitignore
7+
.travis.yml
8+
karma.conf.js
9+
webpack.config.js

0 commit comments

Comments
 (0)