Skip to content

Commit 25a3a4c

Browse files
committed
ignore unneeded files during publish
1 parent a3e07a6 commit 25a3a4c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
.LSOverride
55

66
# Icon must end with two \r
7-
Icon
7+
Icon
8+
89

910
# Thumbnails
1011
._*
@@ -30,6 +31,7 @@ Temporary Items
3031
logs
3132
*.log
3233
npm-debug.log*
34+
dist
3335

3436
# Runtime data
3537
pids

.npmignore

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Source file
2+
Components
3+
Utils
4+
index.js
5+
6+
# Dotfiles
7+
.babelrc
8+
.eslintignore
9+
.eslintrc.json
10+
.gitattributes
11+
_config.yml
12+
13+
# Documents
14+
CHANGELOG.md
15+
CONTRIBUTING.md
16+
ISSUE_TEMPLATE.txt

0 commit comments

Comments
 (0)