-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.npmignore
88 lines (82 loc) · 968 Bytes
/
.npmignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Folders
__tests__
test
tests
powered-test
docs
doc
.idea
.vscode
website
example
examples
coverage
.nyc_output
.circleci
.github
.grunt
# Files
Makefile
Gulpfile.js
Gruntfile.js
gulpfile.js
.DS_Store
.tern-project
.gitattributes
.editorconfig
.eslintrc
eslint
.eslintrc.js
.eslintrc.json
.eslintrc.yml
.eslintignore
.stylelintrc
stylelint.config.js
.stylelintrc.json
.stylelintrc.yaml
.stylelintrc.yml
.stylelintrc.js
.htmllintrc
htmllint.js
.lint
.jshintrc
.flowconfig
.documentup.json
.yarn-metadata.json
.travis.yml
appveyor.yml
.gitlab-ci.yml
circle.yml
.coveralls.yml
CHANGES
changelog
AUTHORS
CONTRIBUTORS
.yarn-integrity
.yarnclean
_config.yml
.babelrc
.yo-rc.json
jest.config.js
karma.conf.js
.appveyor.yml
tsconfig.json
.zuul.yml
.npmrc
.npmrc
.jscsrc
.jscs.json
.uglifyjsrc
.uglifyjsrc.json
Procfile
# Manually Added
# Excluded in Production
files.xio.txt
tsconfig.json
tsconfig.tsbuildinfo
tsconfig*.json
/src
*.map
/lib/*.d.ts
/bin/*.d.ts
/typings