Skip to content

Commit 56af2e5

Browse files
committedJan 26, 2020
Update.gitignore and .npmignore
1 parent 584bf4b commit 56af2e5

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
dist
2+
13
# Created by https://www.gitignore.io/api/bower
24

35
### Bower ###

‎.npmignore

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package
2+
3+
#tests
4+
test
5+
coverage
6+
7+
#build tools
8+
.travis.yml
9+
.jenkins.yml
10+
.codeclimate.yml
11+
12+
#linters
13+
.jscsrc
14+
.jshintrc
15+
.eslintrc*
16+
17+
#editor settings
18+
.idea
19+
.editorconfig

0 commit comments

Comments
 (0)
Please sign in to comment.