Skip to content

Commit d9f9a64

Browse files
committed
Remove files from npm - especially postcss config
1 parent a2025e3 commit d9f9a64

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

.npmignore

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,34 @@
1+
# Almost all .gitignore content
2+
3+
npm-debug.log*
4+
*.sublime*
5+
accessTokens.js
6+
yarn.lock
7+
yarn-error.log
8+
package-lock.json
9+
storybook-static
10+
11+
12+
# Additionally:
13+
114
test
215
src
316
build
417
examples
518

6-
circle.yml
7-
819
.ackrc
920
.agignore
21+
.circleci
22+
.github
23+
.storybook
1024
.babelrc
1125
.eslintrc
1226
.gitattributes
27+
.percy.yml
1328
.prettierrc
1429
.git
30+
babel.config.json
31+
postcss.config.js
32+
renovate.json
1533

1634
npm-debug.log

0 commit comments

Comments
 (0)