Skip to content

Commit 9860d30

Browse files
committed
Added npmignore
1 parent 8b02dc7 commit 9860d30

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
.expo/
77

88
# VSCode
9-
.vscode/
109
jsconfig.json
1110

1211
# Xcode

.npmignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Dotfiles
2+
.babelrc
3+
.eslintignore
4+
.eslintrc.json
5+
.gitattributes
6+
_config.yml
7+
8+
# Documents
9+
CONTRIBUTING.md
10+
ISSUE_TEMPLATE.txt
11+
img
12+
13+
# Test cases
14+
__tests__
15+
dist/__tests__
16+
17+
# Example
18+
example/

0 commit comments

Comments
 (0)