Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 2626f36

Browse files
committed
Update .npmignore to ignore postcss.config.js
Also ignore a styleguide and a few others Close #417
1 parent d8b46b8 commit 2626f36

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.npmignore

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
node_modules/
2-
.DS_Store
3-
*.log
4-
.gitignore
5-
.gitattributes
61
.git/
2+
.github/
3+
.vscode/
74
demo/
5+
node_modules/
6+
styleguide/
87
webpack/
9-
yarn.lock.js
10-
.postcssconfig
118
.babelrc
9+
.DS_Store
10+
.eslintrc.js
11+
.gitattributes
12+
.gitignore
13+
*.log
14+
postcss.config.js
15+
styleguide.config.js
16+
yarn.lock

0 commit comments

Comments
 (0)