Skip to content

Commit f849c50

Browse files
committed
Build: Add /.github, /build & /external to .gitignore
Also, make some `.gitignore` paths absolute. Fixes gh-2075
1 parent 5f615c2 commit f849c50

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

Diff for: .npmignore

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
demos
1+
/.github
2+
/build
3+
/demos
24
/dist/cdn
3-
tests
5+
/external
6+
/tests
7+
/Gruntfile.js
8+
9+
.csslintrc
410
.editorconfig
511
.eslintrc.json
612
.eslintignore
7-
.mailmap
8-
Gruntfile.js
9-
.csslintrc
1013
.gitattributes
14+
.mailmap

0 commit comments

Comments
 (0)